We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b043fe commit c66011eCopy full SHA for c66011e
src/Adapters/BlinkerMQTT.h
@@ -3041,7 +3041,7 @@ bool BlinkerMQTT::autoInit()
3041
char _auth[BLINKER_AUTHKEY_SIZE];
3042
3043
EEPROM.begin(BLINKER_EEP_SIZE);
3044
- EEPROM.get(1280, _auth);
+ EEPROM.get(2448, _auth);
3045
EEPROM.commit();
3046
EEPROM.end();
3047
@@ -3356,7 +3356,7 @@ bool BlinkerMQTT::parseUrl(String data)
3356
begin(_auth.c_str());
3357
3358
3359
- EEPROM.put(1280, _auth.c_str());
+ EEPROM.put(2448, _authKey);
3360
3361
3362
}
0 commit comments