Skip to content

Commit

Permalink
#4 Set Wifi mode to Station Only, no AP.
Browse files Browse the repository at this point in the history
  • Loading branch information
SmittyHalibut committed Sep 29, 2021
1 parent 2cf07a4 commit 2e583e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EleksTubeHAX/EleksTubeHAX.ino
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ void setup() {
// TODO Once we've added a way to SET the SSID and Password from the menu, use
// stored_config.config.wifi to store and recall them.
// For now, we're still pulling them from wifi_creds.h
WiFi.mode(WIFI_STA);
WiFi.begin(ssid, password);
while (WiFi.status() != WL_CONNECTED) {
delay(500);
Expand Down

0 comments on commit 2e583e9

Please sign in to comment.