Updates for esp32s2 build

This commit is contained in:
David Ellefsen
2024-04-22 11:01:13 +02:00
parent ac6a668362
commit 30d4c3a945
3 files changed
+7 -4

No files matched your search

+1 -1
View File
@@ -1,5 +1,5 @@
#include "configuration.h"
#if defined(ARCH_ESP32)
#if defined(ARCH_ESP32) && !MESHTASTIC_EXCLUDE_PAXCOUNTER
#include "Default.h"
#include "MeshService.h"
#include "PaxcounterModule.h"