Skip to content

Commit

Permalink
Tested code, debugged infinite While Loop by simply removing it and r…
Browse files Browse the repository at this point in the history
…emoved unused dependency.
  • Loading branch information
psmgeelen committed Dec 26, 2023
1 parent 73d225f commit e4b44e6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion controller/tea_poor/lib/RemoteControl/RemoteControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ void RemoteControl::_setupNetwork() {
Serial.print("Latest available version: ");
Serial.println(WIFI_FIRMWARE_LATEST_VERSION);
Serial.println("Please upgrade your firmware.");
while(true) delay(500);
}

Serial.print("Connecting to ");
Expand Down
2 changes: 1 addition & 1 deletion controller/tea_poor/lib/RemoteControl/RemoteControl.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ typedef void (*RemoteControlRoutesCallback)(Application &app);

class RemoteControl {
public:
RemoteControl(const char* SSID, const char* SSIDPassword);
RemoteControl(const char* SSID, const char* SSIDPassword);
~RemoteControl();
void setup(RemoteControlRoutesCallback routes);
void process();
Expand Down
1 change: 0 additions & 1 deletion controller/tea_poor/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ platform = renesas-ra
board = uno_r4_wifi
framework = arduino
lib_deps =
bblanchon/ArduinoJson@^6.21.4
lasselukkari/aWOT@^3.5.0

0 comments on commit e4b44e6

Please sign in to comment.