mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-29 02:51:17 +00:00
Merge pull request #2086 from caveman99/develop
Fix External Notification Cutoff on nRF52
This commit is contained in:
commit
523b132100
@ -75,7 +75,7 @@ void setupModules()
|
|||||||
|
|
||||||
new RangeTestModule();
|
new RangeTestModule();
|
||||||
#elif defined(ARCH_NRF52)
|
#elif defined(ARCH_NRF52)
|
||||||
new ExternalNotificationModule();
|
externalNotificationModule = new ExternalNotificationModule();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// NOTE! This module must be added LAST because it likes to check for replies from other modules and avoid sending extra acks
|
// NOTE! This module must be added LAST because it likes to check for replies from other modules and avoid sending extra acks
|
||||||
|
Loading…
Reference in New Issue
Block a user