Merge pull request #2086 from caveman99/develop

Fix External Notification Cutoff on nRF52
This commit is contained in:
Thomas Göttgens 2023-01-01 21:30:30 +01:00 committed by GitHub
commit 523b132100
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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