TD-er
5ab6a3b96f
[Cleanup] Reduce bin size by assigning smaller types to enums
2022-10-24 00:49:21 +02:00
TD-er
b87db70810
[SendToHttp] Fix HTTP 401 and 404 error
...
Still to do: look into why not all HTTP requests seem to arrive at the other node when sending at short intervals (less than 3 sec)
2022-08-23 18:28:39 +02:00
TD-er
2c0ed04f15
[HTTP] Use the same function for all HTTP controllers + fix timeout
...
This also fixes a timeout issue on ESP32 as the WiFiClient timeout is set in seconds (!!!!!)
See: https://github.com/espressif/arduino-esp32/pull/6676
Extremely frustrating design choice as it has taken extreme amounts of time to debug those issues!
2022-07-22 16:42:46 +02:00
TD-er
e6c4d31748
[ESP32] Add cache for ExtraTaskSettings due to load speed on ESP32
2022-07-14 19:55:45 +02:00
TD-er
bb3d60e3a7
[Cleanup] Simple fixes to prevent String reallocation.
2022-02-10 16:11:29 +01:00
TD-er
7769b6810d
[Low Mem] Add checks for successful String memory allocation
2022-02-04 13:28:29 +01:00
TD-er
084b83a5fd
[SendToHTTP] Add some checks for timeout to send to HTTP
2022-02-02 17:19:35 +01:00
TD-er
1cfd75d6bf
[INO to CPP] Rename Cnnn.ino to Cnnn.cpp
...
This way we know for sure the Arduino typical build issues will be affecting building controllers.
2022-01-31 11:01:41 +01:00