mirror of
https://github.com/meshtastic/firmware.git
synced 2025-05-06 13:48:29 +00:00
Remove gpio binding for notification module.
This commit is contained in:
parent
8e3b500307
commit
0d7d59609a
@ -129,11 +129,6 @@ ExternalNotificationModule::ExternalNotificationModule()
|
|||||||
// moduleConfig.external_notification.output_ms = 1000;
|
// moduleConfig.external_notification.output_ms = 1000;
|
||||||
// moduleConfig.external_notification.output = 13;
|
// moduleConfig.external_notification.output = 13;
|
||||||
|
|
||||||
if (moduleConfig.external_notification.alert_message) {
|
|
||||||
// restrict to the gpio channel for rx
|
|
||||||
boundChannel = Channels::gpioChannel;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (moduleConfig.external_notification.enabled) {
|
if (moduleConfig.external_notification.enabled) {
|
||||||
|
|
||||||
DEBUG_MSG("Initializing External Notification Module\n");
|
DEBUG_MSG("Initializing External Notification Module\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user