Skip to content

Commit

Permalink
Update WiFi Troubleshooting Variable and Version/Revision Numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
melkati committed Jan 7, 2024
1 parent e8d1a60 commit 891789d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CO2_Gadget_WIFI.h
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ void customWiFiEventHandler(WiFiEvent_t event, WiFiEventInfo_t info) {

void initWifi() {
if (activeWIFI) {
troubledWiFi = false;
troubledWIFI = false;
WiFiConnectionRetries = 0;
displayNotification("Init WiFi", notifyInfo);
Serial.print("-->[WiFi] Initializing WiFi...\n");
Expand Down
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ build_flags =
'-DWIFI_PW_CREDENTIALS="${sysenv.WIFI_PASS}"'

-D MQTT_BROKER_SERVER="\"192.168.1.145"\"
-D CO2_GADGET_VERSION="\"0.6."\"
-D CO2_GADGET_REV="\"004"\"
-D CO2_GADGET_VERSION="\"0.7."\"
-D CO2_GADGET_REV="\"000"\"
-D CORE_DEBUG_LEVEL=0
-DNEOPIXEL_PIN=26 ; Pinnumber for button for down/next and back / exit actions
-DNEOPIXEL_COUNT=16 ; How many neopixels to control
Expand Down

0 comments on commit 891789d

Please sign in to comment.