chrisjoyce911 / esp32FOTA

Experiments in firmware OTA updates for ESP32 dev boards
The Unlicense
363 stars 89 forks source link

Logging is a mixture of Serial.print* and log_*() #129

Closed webmonkey closed 1 year ago

webmonkey commented 1 year ago

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?

chrisjoyce911 commented 1 year ago

I'd be happy to get your pull request, the mix has come from some poor house keeping