This commit is contained in:
Ben Meadors
2026-01-15 13:31:27 -06:00
parent 72acd8f58d
commit d07db5a850
3 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#include "MeshtasticOTA.h"
#include "configuration.h"
#ifdef ARCH_ESP32
#ifdef ESP_PLATFORM
#include <Preferences.h>
#include <esp_ota_ops.h>
#endif

View File

@@ -3,7 +3,7 @@
#include "mesh-pb-constants.h"
#include <Arduino.h>
#ifdef ARCH_ESP32
#ifdef ESP_PLATFORM
#include <esp_ota_ops.h>
#endif

View File

@@ -10,6 +10,8 @@ custom_meshtastic_tags = M5Stack
extends = esp32c6_base
board = esp32-c6-devkitc-1
board_upload.flash_size = 16MB
board_build.partitions = default_16MB.csv
;OpenOCD flash method
;upload_protocol = esp-builtin
;Normal method