fix(board): add APOTA description comments

This commit is contained in:
Paula Scharf 2025-07-09 16:52:51 +02:00
parent 9641de1b12
commit 6a33f0bfc1

View file

@ -1,3 +1,7 @@
// APOTA is a arduino fallback sketch that is written to OTA1_Partition.
// APOTA opens an access point which waits to receive a .binfile on /sketch.
// After succesful upload, the file is written to OTA0_Partition and the microcontroller reboots to the newly uploaded sketch.
#define DISPLAY_ENABLED #define DISPLAY_ENABLED
#include <WiFi.h> #include <WiFi.h>