Add volume variable initialization
This commit is contained in:
parent
a8bf3fd7e0
commit
2bf8b03306
|
@ -56,6 +56,11 @@ void setup() {
|
|||
ArduinoOTA.setHostname(Homie.getConfiguration().deviceId);
|
||||
ArduinoOTA.begin();
|
||||
|
||||
volume[0]=35;
|
||||
volume[1]=35;
|
||||
volume[2]=35;
|
||||
volume[3]=35;
|
||||
volume[4]=35;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue