More store-n-forward on native

This commit is contained in:
Jonathan Bennett
2024-09-27 21:22:27 -05:00
committed by Thomas Göttgens
parent 5ff265c196
commit 6e1aa52723
4 changed files with 11 additions and 6 deletions

View File

@@ -13,9 +13,9 @@
#if defined(ARCH_PORTDUINO) && !HAS_RADIO
#include "../platform/portduino/SimRadio.h"
#endif
#ifdef ARCH_ESP32
#if defined(ARCH_ESP32) || defined(ARCH_PORTDUINO)
#if !MESHTASTIC_EXCLUDE_STOREFORWARD
#include "modules/esp32/StoreForwardModule.h"
#include "modules/StoreForwardModule.h"
#endif
#endif