mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-28 02:32:09 +00:00
Add nrf52 to serial module registration (#1799)
* Add nrf52 to serial module registration * Update Modules.cpp * Update Modules.cpp * Update Modules.cpp
This commit is contained in:
parent
f8fa721c72
commit
2555e082d6
@ -60,13 +60,15 @@ void setupModules()
|
|||||||
new DeviceTelemetryModule();
|
new DeviceTelemetryModule();
|
||||||
new EnvironmentTelemetryModule();
|
new EnvironmentTelemetryModule();
|
||||||
#endif
|
#endif
|
||||||
|
#if (defined(ARCH_ESP32) || defined(ARCH_NRF52)) && !defined(TTGO_T_ECHO)
|
||||||
|
new SerialModule();
|
||||||
|
#endif
|
||||||
#ifdef ARCH_ESP32
|
#ifdef ARCH_ESP32
|
||||||
// Only run on an esp32 based device.
|
// Only run on an esp32 based device.
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Maintained by MC Hamster (Jm Casler) jm@casler.org
|
Maintained by MC Hamster (Jm Casler) jm@casler.org
|
||||||
*/
|
*/
|
||||||
new SerialModule();
|
|
||||||
new ExternalNotificationModule();
|
new ExternalNotificationModule();
|
||||||
|
|
||||||
storeForwardModule = new StoreForwardModule();
|
storeForwardModule = new StoreForwardModule();
|
||||||
|
Loading…
Reference in New Issue
Block a user