Skip to content

Commit

Permalink
fix: sensorsId message placed before tpms message
Browse files Browse the repository at this point in the history
  • Loading branch information
andreolli-davide authored Jul 23, 2024
1 parent 9f8cd01 commit 1ac7b4f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions proto/configs/telemetry_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ message ConnectionSettings
bool sendSensorData = 6;
}

message TpmsSensors
{
bool enabled = 1;
string rtl433Path = 2;
bool recordSignals = 3;
TpmsSensorIds sensorIds = 4;
}

message TpmsSensorIds
{
uint32 fl = 1;
Expand All @@ -55,6 +47,14 @@ message TpmsSensorIds
uint32 rr = 4;
}

message TpmsSensors
{
bool enabled = 1;
string rtl433Path = 2;
bool recordSignals = 3;
TpmsSensorIds sensorIds = 4;
}

message TelemetryConfig
{
string vehicleId = 1;
Expand Down

0 comments on commit 1ac7b4f

Please sign in to comment.