fix(board): add APOTA description comments
This commit is contained in:
parent
9641de1b12
commit
6a33f0bfc1
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
#include <WiFi.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue