I am dumb.

This commit is contained in:
Thomas Göttgens 2023-01-01 21:08:07 +01:00
parent b55fe549e3
commit 2d62cbe345

View File

@ -75,7 +75,7 @@ void setupModules()
new RangeTestModule();
#elif defined(ARCH_NRF52)
new ExternalNotificationModule();
externalNotificationModule = new ExternalNotificationModule();
#endif
// NOTE! This module must be added LAST because it likes to check for replies from other modules and avoid sending extra acks