Small helpers for OTA (over the air update) and status display. Displays status information via serial upon starting. Displays OTA progres.
Basic OTA example using and ArduinoOTA using one of the three classes from ota.cpp
Developed using PlatformIO
Helper classes that display the over the air update status on an OLED display using different drivers. Uncomment the desired version in platformio.ini
- plain serial
- ssd1306 library
- u8g2 library
Helper that displays info about the esp, reset reason and more on the serial console upon boot. If an OLED display is attached, it displays the firmware name and version on the OLED display. It uses the same defines as ota.cpp