Merge pull request #128 from Stips5/development

PM data types #126
This commit is contained in:
Timm Bogner 2023-01-06 09:37:41 -06:00 committed by GitHub
commit 47a37f325d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,5 +31,9 @@
#define ALTITUDE_T 23 // GPS Altitude
#define HDOP_T 24 // GPS HDOP
#define LEVEL_T 25 // Fluid Level
#define UV_T 26 // UV
#define PM1_T 27 // 1 Particles
#define PM2_5_T 28 // 2.5 Particles
#define PM10_T 29 // 10 Particles
#endif //FDRS_DATA_TYPES