Explorar el Código

Fixed Storage address

master
Robin Thoni hace 4 años
padre
commit
61fdb8fc74
Firmado por: Robin THONI <robin@rthoni.com> GPG Key ID: 4E09DEF46B99E61E
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Storage.cpp

+ 1
- 1
Storage.cpp Ver fichero

@@ -7,7 +7,7 @@ void Storage::load(AppCoreState& data)
7 7
     if (version == 1)
8 8
     {
9 9
         data.appState.water.setting = EEPROM.read(1);
10
-        data.appState.heater.setting = EEPROM.read(1);
10
+        data.appState.heater.setting = EEPROM.read(2);
11 11
     }
12 12
 }
13 13
 

Loading…
Cancelar
Guardar