This commit is contained in:
Timm Bogner 2022-08-31 19:55:38 -05:00
parent 40f415f405
commit 610f76bb5b
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ For the moment, my thought is to reserve the first two bits of the type. I might
#define LONGITUDE_T 22 // GPS Longitude
#define ALTITUDE_T 23 // GPS Altitude
#define HDOP_T 24 // GPS HDOP
#define FLUIDLVL_T 25 // Fluid Level
#define LEVEL_T 25 // Fluid Level
```
## Under the hood
```

View File

@ -30,6 +30,6 @@
#define LONGITUDE_T 22 // GPS Longitude
#define ALTITUDE_T 23 // GPS Altitude
#define HDOP_T 24 // GPS HDOP
#define FLUIDLVL_T 25 // Fluid Level
#define LEVEL_T 25 // Fluid Level
#endif //FDRS_DATA_TYPES