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

Commit 5bbccc6

Browse files
authored
Add files via upload
1 parent 4dcd6a0 commit 5bbccc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BlynkSimpleEsp32_SSL_WM.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ class BlynkWifi
374374
strcpy(BlynkESP32_WM_config.blynk_token, no_config);
375375
strcpy(BlynkESP32_WM_config.board_name, no_config);
376376

377-
EEPROM.put(0, Blynk8266_WM_config);
377+
EEPROM.put(0, BlynkESP32_WM_config);
378378
EEPROM.commit();
379379
}
380380

0 commit comments

Comments
 (0)