mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 02:02:23 +00:00
Handle ext. notification module things even if not enabled (#8089)
This commit is contained in:
@@ -293,9 +293,7 @@ void setupModules()
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#if !MESHTASTIC_EXCLUDE_EXTERNALNOTIFICATION
|
#if !MESHTASTIC_EXCLUDE_EXTERNALNOTIFICATION
|
||||||
if (moduleConfig.has_external_notification && moduleConfig.external_notification.enabled) {
|
externalNotificationModule = new ExternalNotificationModule();
|
||||||
externalNotificationModule = new ExternalNotificationModule();
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
#if !MESHTASTIC_EXCLUDE_RANGETEST && !MESHTASTIC_EXCLUDE_GPS
|
#if !MESHTASTIC_EXCLUDE_RANGETEST && !MESHTASTIC_EXCLUDE_GPS
|
||||||
if (moduleConfig.has_range_test && moduleConfig.range_test.enabled)
|
if (moduleConfig.has_range_test && moduleConfig.range_test.enabled)
|
||||||
|
|||||||
Reference in New Issue
Block a user