Skip to content

Commit

Permalink
Set hostname to be the default SSID (with unique chip ID) (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiquanyeo authored Oct 13, 2023
1 parent e88d518 commit 2904768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ void setup() {
}

// Set up WiFi AP
WiFi.setHostname("XRP");
WiFi.setHostname(DEFAULT_SSID);

// Use configuration information
netConfigResult = configureNetwork(config);
Expand Down

0 comments on commit 2904768

Please sign in to comment.