Logging in esp32FOTA.cpp uses a mixture of Serial.print() type commands and log_*() commands.
Ideally this should all be managed using log_*() commands.
I'd be happy to pull together a pull request for this but wanted to double-check that there wasn't a reason for this split before working on the PR. Please could you let me know?
Logging in
esp32FOTA.cpp
uses a mixture ofSerial.print()
type commands andlog_*()
commands.Ideally this should all be managed using
log_*()
commands.I'd be happy to pull together a pull request for this but wanted to double-check that there wasn't a reason for this split before working on the PR. Please could you let me know?