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 f262968 commit 7cfa61aCopy full SHA for 7cfa61a
ESP32_Code/ESP32_Code.ino
@@ -78,8 +78,8 @@ const int mqtt_port = 1883;
78
NOTE: enabling OTA support may decrease the hashrate */
79
// #define ENABLE_OTA
80
81
-/* If you don't want to use the web dashboard comment the line below */
82
-#define WEB_DASHBOARD
+/* If you want to use the web dashboard uncomment the line below */
+// #define WEB_DASHBOARD
83
84
/* If you don't want to use the Serial interface comment
85
the ENABLE_SERIAL definition line (#define ENABLE_SERIAL)*/
0 commit comments