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 72acd8f commit d07db5aCopy full SHA for d07db5a
3 files changed
src/platform/esp32/MeshtasticOTA.cpp
@@ -1,6 +1,6 @@
1
#include "MeshtasticOTA.h"
2
#include "configuration.h"
3
-#ifdef ARCH_ESP32
+#ifdef ESP_PLATFORM
4
#include <Preferences.h>
5
#include <esp_ota_ops.h>
6
#endif
src/platform/esp32/MeshtasticOTA.h
@@ -3,7 +3,7 @@
#include "mesh-pb-constants.h"
#include <Arduino.h>
7
8
9
variants/esp32c6/m5stack_unitc6l/platformio.ini
@@ -10,6 +10,8 @@ custom_meshtastic_tags = M5Stack
10
11
extends = esp32c6_base
12
board = esp32-c6-devkitc-1
13
+board_upload.flash_size = 16MB
14
+board_build.partitions = default_16MB.csv
15
;OpenOCD flash method
16
;upload_protocol = esp-builtin
17
;Normal method
0 commit comments