feat(board): spelling
This commit is contained in:
parent
0dcb1d1178
commit
e375698ade
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// 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.
|
||||
// APOTA is an Arduino fallback sketch that is written to OTA1_Partition.
|
||||
// APOTA opens an access point which waits to receive a .bin file on /sketch.
|
||||
// After successful upload, the file is written to OTA0_Partition, and the microcontroller reboots to the newly uploaded sketch.
|
||||
|
||||
#define DISPLAY_ENABLED
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue