Skip to content

Commit

Permalink
Merge pull request #371 from charminULTRA/AML
Browse files Browse the repository at this point in the history
Adds AmbientLightingModule to Admin.proto
  • Loading branch information
thebentern authored Jul 31, 2023
2 parents 6f88374 + 8257b7d commit 8e75002
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion meshtastic/admin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ message AdminMessage {
* TODO: REPLACE
*/
REMOTEHARDWARE_CONFIG = 8;

/*
* TODO: REPLACE
*/
AMBIENTLIGHTING_CONFIG = 10;
}

/*
Expand Down Expand Up @@ -325,4 +330,4 @@ message NodeRemoteHardwarePinsResponse {
* Nodes and their respective remote hardware GPIO pins
*/
repeated NodeRemoteHardwarePin node_remote_hardware_pins = 1;
}
}

0 comments on commit 8e75002

Please sign in to comment.