We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9641de1 commit 6a33f0bCopy full SHA for 6a33f0b
variants/sensebox_mcu_esp32s2/APOTA.ino
@@ -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
+
5
#define DISPLAY_ENABLED
6
7
#include <WiFi.h>
0 commit comments