This commit is contained in:
Thomas Göttgens
2022-09-12 10:08:32 +02:00
parent 42d2986cb8
commit 17db87e042
3 changed files with 14 additions and 8 deletions

View File

@@ -19,11 +19,11 @@
#endif
#ifdef ARCH_ESP32
#include "modules/esp32/RangeTestModule.h"
#include "modules/esp32/SerialModule.h"
#include "modules/esp32/StoreForwardModule.h"
#endif
#if defined(ARCH_ESP32) || defined(ARCH_NRF52)
#include "modules/ExternalNotificationModule.h"
#include "modules/SerialModule.h"
#endif
/**
* Create module instances here. If you are adding a new module, you must 'new' it here (or somewhere else)