mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-29 09:39:12 -04:00
Rename TPMS clock recovery, packet builders for accuracy.
This commit is contained in:
parent
65d2f263f2
commit
ad554b28b5
4 changed files with 12 additions and 11 deletions
|
@ -39,7 +39,7 @@ namespace tpms {
|
|||
|
||||
enum SignalType : uint32_t {
|
||||
FLM = 1,
|
||||
Subaru = 2,
|
||||
Schrader = 2,
|
||||
GMC = 3,
|
||||
};
|
||||
|
||||
|
@ -71,7 +71,7 @@ public:
|
|||
FLM_64 = 1,
|
||||
FLM_72 = 2,
|
||||
FLM_80 = 3,
|
||||
SUB_35 = 4,
|
||||
Schrader = 4,
|
||||
GMC_96 = 5,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue