arduino-pico/libraries/Updater
Earle F. Philhower, III a3f4d89bc4
Ensure OTA errors are sent in single UDP packet (#787)
OTA text error messages were getting lost because they were sent in
multiple UDP packets, one per print(). Now collect the full error and
report in a single print, allowing text messages to appear in ESPOTA.
2022-08-21 15:29:23 -07:00
..
src Ensure OTA errors are sent in single UDP packet (#787) 2022-08-21 15:29:23 -07:00
keywords.txt Add OTA update support (#711) 2022-08-12 00:26:51 -07:00
library.properties Add OTA.O to make p.io builds function (#755) 2022-08-12 06:09:29 -07:00