Skip to content

Commit

Permalink
fix: changed int size for tpms id
Browse files Browse the repository at this point in the history
  • Loading branch information
andreolli-davide committed Jul 22, 2024
1 parent 1bd2440 commit 6d1310b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/tpms/rtl433_payload.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ message Rtl433Payload
{
string time = 1;
string model = 2;
int32 id = 3;
int64 id = 3;
uint32 pressure = 4;
uint32 temperature = 5;
uint32 acceleration = 6;
Expand All @@ -15,4 +15,4 @@ message Rtl433Payload
uint32 wo_state = 9;
uint32 checksum = 10;
string mic = 11;
}
}

0 comments on commit 6d1310b

Please sign in to comment.