Skip to content

Commit 6a33f0b

Browse files
committed
fix(board): add APOTA description comments
1 parent 9641de1 commit 6a33f0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

variants/sensebox_mcu_esp32s2/APOTA.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// APOTA is a arduino fallback sketch that is written to OTA1_Partition.
2+
// APOTA opens an access point which waits to receive a .binfile on /sketch.
3+
// After succesful upload, the file is written to OTA0_Partition and the microcontroller reboots to the newly uploaded sketch.
4+
15
#define DISPLAY_ENABLED
26

37
#include <WiFi.h>

0 commit comments

Comments
 (0)