Closed
Description
Ref: earlephilhower/arduino-pico#787
Basically, OTA::printError
is calling printf()
multiple times, causing multiple UDP packets to be sent to espota.py
.
espota
will throw out anything after the first packer with a E
(i.e. ERROR
) meaning the text messages are lost.
Simple fix is to concat the errors into a String
prior to sending, then use a single out.println()
call.
Metadata
Metadata
Assignees
Labels
No labels