Fix numbering in sensor config

This commit is contained in:
oscgonfer 2026-01-17 13:12:01 +01:00
parent e29cc1c7af
commit af5d147428

View file

@ -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;
}
}