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