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 d8105ea commit 79b1e5dCopy full SHA for 79b1e5d
ESP32_Code/ESP32_Code.ino
@@ -17,7 +17,7 @@
17
// Change the part in brackets to your Duino-Coin username
18
const char *DUCO_USER = "USERNAME";
19
// Change the part in brackets to your mining key (if you enabled it in the wallet)
20
-const char* MINER_KEY = "MINER_KEY";
+const char* MINER_KEY = "MINING_KEY";
21
// Change the part in brackets to your WiFi name
22
const char *SSID = "WIFI_NAME";
23
// Change the part in brackets to your WiFi password
0 commit comments