Skip to content

Commit 79b1e5d

Browse files
authored
Update ESP32_Code.ino
1 parent d8105ea commit 79b1e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ESP32_Code/ESP32_Code.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// Change the part in brackets to your Duino-Coin username
1818
const char *DUCO_USER = "USERNAME";
1919
// Change the part in brackets to your mining key (if you enabled it in the wallet)
20-
const char* MINER_KEY = "MINER_KEY";
20+
const char* MINER_KEY = "MINING_KEY";
2121
// Change the part in brackets to your WiFi name
2222
const char *SSID = "WIFI_NAME";
2323
// Change the part in brackets to your WiFi password

0 commit comments

Comments
 (0)