Skip to content

Commit

Permalink
Fixed copy pasta and index
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Aug 14, 2023
1 parent 56f62b2 commit 9993a1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meshtastic/localonly.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion meshtastic/module_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9993a1d

Please sign in to comment.