arduino-sketches

Subversion Repositories:
Rev:
   
Rev Age Author Path Log message Diff
36 20 d 6 h office /arduinoWiFiPreboot/ - fix memory allocation issues with malloc() and free() pre-emptively to reduce the likelyhood of leaks across the entire template (it was not necessary due to soft / client STA mode being "dead-ends" where no recalled code would malloc() ever again yet more involved templates might require recalling functions that allocate memory and hence needs to be released) Diff
32 24 d 19 h office / add the ability to authenticate and also carry out OTA updates using a master password instead of the WiFi password, recheck for both ESP32 and ESP8266 and weed out some bugs, clean up some debug lines that were too chatty, bring back blinking to the async template and implement blinking asynchronously Diff
29 28 d 14 h office /arduinoWiFiPreboot/ total overhaul, removed all dependencies except arduino JSON, tested and fixed ESP8266 and ESP32 compatibility Diff
28 30 d 5 h office /arduinoWiFiPreboot/ temporarily include fixed ESPAsyncWebServer for ESP32 Diff
27 30 d 5 h office /arduinoWiFiPreboot/ integrate OTA into the WiFi preboot template Diff
26 30 d 12 h office / update templates Diff