Skip to content

Commit

Permalink
fix: added missing mod field
Browse files Browse the repository at this point in the history
  • Loading branch information
andreolli-davide authored Jul 22, 2024
1 parent d546e8c commit 2d31d31
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions proto/tpms/rtl433_payload.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ message Rtl433Payload
uint32 wo_state = 9;
uint32 checksum = 10;
string mic = 11;
double freq1 = 12;
double freq2 = 13;
double rssi = 14;
double snr = 15;
double noise = 16;
string mod = 12
double freq1 = 13;
double freq2 = 14;
double rssi = 15;
double snr = 16;
double noise = 17;
}

0 comments on commit 2d31d31

Please sign in to comment.