Skip to content

Commit 2904768

Browse files
authored
Set hostname to be the default SSID (with unique chip ID) (#26)
1 parent e88d518 commit 2904768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ void setup() {
269269
}
270270

271271
// Set up WiFi AP
272-
WiFi.setHostname("XRP");
272+
WiFi.setHostname(DEFAULT_SSID);
273273

274274
// Use configuration information
275275
netConfigResult = configureNetwork(config);

0 commit comments

Comments
 (0)