diff --git a/meshtastic/localonly.proto b/meshtastic/localonly.proto index bc46b1c..5f46f9a 100644 --- a/meshtastic/localonly.proto +++ b/meshtastic/localonly.proto @@ -112,7 +112,7 @@ message LocalModuleConfig { ModuleConfig.NeighborInfoConfig neighbor_info = 11; /* - * The part of the config that is specific to the Neighbor Info module + * The part of the config that is specific to the Ambient Lighting module */ ModuleConfig.AmbientLightingConfig ambient_lighting = 12; diff --git a/meshtastic/module_config.proto b/meshtastic/module_config.proto index 9fabbf8..89b053a 100644 --- a/meshtastic/module_config.proto +++ b/meshtastic/module_config.proto @@ -132,7 +132,7 @@ message ModuleConfig { /* * GPIO pin to monitor for state changes */ - uint32 monitor_pin = 43; + uint32 monitor_pin = 4; /* * Whether or not the GPIO pin state detection is triggered on HIGH (1)