mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-08 13:10:29 +00:00
LEVEL_T
This commit is contained in:
parent
40f415f405
commit
610f76bb5b
@ -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
|
||||
```
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user