mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Fixed copy pasta and index
This commit is contained in:
parent
56f62b2937
commit
9993a1df74
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue