Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit a7d6930

Browse files
authored
Add files via upload
1 parent 5bbccc6 commit a7d6930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BlynkSimpleEsp32_WM.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ class BlynkWifi
323323
strcpy(BlynkESP32_WM_config.blynk_token, no_config);
324324
strcpy(BlynkESP32_WM_config.board_name, no_config);
325325

326-
EEPROM.put(0, Blynk8266_WM_config);
326+
EEPROM.put(0, BlynkESP32_WM_config);
327327
EEPROM.commit();
328328
}
329329

0 commit comments

Comments
 (0)