mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Fix numbering in sensor config
This commit is contained in:
parent
e29cc1c7af
commit
af5d147428
1 changed files with 2 additions and 2 deletions
|
|
@ -500,12 +500,12 @@ message AdminMessage {
|
|||
/*
|
||||
* Tell the node to reset into the OTA Loader
|
||||
*/
|
||||
OTAEvent ota_request = 101;
|
||||
OTAEvent ota_request = 102;
|
||||
|
||||
/*
|
||||
* Parameters and sensor configuration
|
||||
*/
|
||||
SensorConfig sensor_config = 102;
|
||||
SensorConfig sensor_config = 103;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue