Skip to content

Commit

Permalink
temp fix for Arduino 2 not compiling properly
Browse files Browse the repository at this point in the history
  • Loading branch information
CircuitSetup committed Jun 21, 2022
1 parent 3d28aa3 commit 587ec1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Software/src/tc_wifi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void wifi_setup() {

WiFi.mode(WIFI_STA); // explicitly set mode, esp defaults to STA+AP

wm.setCountry("US");
//wm.setCountry("US"); //causes crash in arduino 2
wm.setParamsPage(true);
wm.setBreakAfterConfig(true);
wm.setConfigPortalBlocking(false);
Expand Down

0 comments on commit 587ec1c

Please sign in to comment.