Skip to content

Commit 7cfa61a

Browse files
authored
Disable web dash by default
1 parent f262968 commit 7cfa61a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ESP32_Code/ESP32_Code.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ const int mqtt_port = 1883;
7878
NOTE: enabling OTA support may decrease the hashrate */
7979
// #define ENABLE_OTA
8080

81-
/* If you don't want to use the web dashboard comment the line below */
82-
#define WEB_DASHBOARD
81+
/* If you want to use the web dashboard uncomment the line below */
82+
// #define WEB_DASHBOARD
8383

8484
/* If you don't want to use the Serial interface comment
8585
the ENABLE_SERIAL definition line (#define ENABLE_SERIAL)*/

0 commit comments

Comments
 (0)