Skip to content

luebbe/welcome-ota

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome - OTA

Small helpers for OTA (over the air update) and status display. Displays status information via serial upon starting. Displays OTA progres.

License GitHub release

main.cpp

Basic OTA example using and ArduinoOTA using one of the three classes from ota.cpp

Developed using PlatformIO

ota.cpp

Helper classes that display the over the air update status on an OLED display using different drivers. Uncomment the desired version in platformio.ini

welcome.cpp

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