Add volume variable initialization

This commit is contained in:
interfisch 2017-06-23 00:09:54 +02:00
parent a8bf3fd7e0
commit 2bf8b03306
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}