Skip to content

Commit 02db212

Browse files
committed
Disable CUSTOM_HOSTNAME as default
1 parent 9219cb2 commit 02db212

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Software/USER_SETTINGS.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
/* Connectivity options */
119119
#define WIFI
120120
//#define WIFICONFIG //Enable this line to set a static IP address / gateway /subnet mask for the device. see USER_SETTINGS.cpp for the settings
121-
#define CUSTOM_HOSTNAME \
121+
//#define CUSTOM_HOSTNAME \
122122
"battery-emulator" //Enable this line to use a custom hostname for the device, if disabled the default naming format 'esp32-XXXXXX' will be used.
123123
#define WEBSERVER //Enable this line to enable WiFi, and to run the webserver. See USER_SETTINGS.cpp for the Wifi settings.
124124
#define WIFIAP //When enabled, the emulator will broadcast its own access point Wifi. Can be used at the same time as a normal Wifi connection to a router.

0 commit comments

Comments
 (0)