forked from EnviroDIY/ModularSensors
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
for a/wio_log.. add chassisBatter_volt
- Loading branch information
neilh20
authored and
neilh20
committed
Sep 29, 2023
1 parent
05328d5
commit 70ff44e
Showing
4 changed files
with
118 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
// Defaults for data.envirodiy.org | ||
//Test08 https://monitormywatershed.org/sites/tu_rc_test08/ | ||
#define LOGGERID_DEF_STR "tu_rc_test08" | ||
|
||
#define registrationToken_UUID "0cf7c40a-232e-457d-87d6-cea5c0757fec" | ||
#define samplingFeature_UUID "236c674b-69b9-43af-b0d6-33d67b870ecc" | ||
|
||
#define SEQUENCE_NUMBER_UUID "8c57835f-a32f-4d62-82dc-0ba09f04cf52" | ||
|
||
#define TEMPERATURE_ALL_DS18 1 | ||
#define TEMPERATURE_A_UUID "03e7b375-97a7-4423-a3f0-1d822d8b19b9" | ||
#define TEMPERATURE_B_UUID "c62fcd8a-406e-4fe1-87d9-ff3dca8e1b90" | ||
#define TEMPERATURE_C_UUID "43bcda9b-2973-4639-af2c-f0b6bb3fa44b" | ||
#define TEMPERATURE_D_UUID "ff4d732d-88d8-4a1b-b499-16417603edfe" | ||
#define BAT_VOLTAGE_UUID "3bebd4a3-8b54-4f92-ba55-5fd2fd021358" | ||
|
||
#if defined SENSIRION_SHT4X_UUID | ||
#define SENSIRION_SHT4X_Air_Temperature_UUID "Air_Temperature_UUID" | ||
//#define SENSIRION_SHT4X_Air_TemperatureF_UUID "Air_TemperatureF_UUID" | ||
#define SENSIRION_SHT4X_Air_Humidity_UUID "Air_Humidity_UUID" | ||
#elif defined ASONG_AM23XX_UUID | ||
//#define ASONG_AM23_Air_Temperature_UUID "Air_Temperature_UUID" | ||
#define ASONG_AM23_Air_Temperature_UUID "8849814d-1603-4a2f-861f-f31ae68cccf3" | ||
//#define ASONG_AM23_Air_TemperatureF_UUID "Air_TemperatureF_UUID" | ||
//#define ASONG_AM23_Air_Humidity_UUID "Air_Humidity_UUID" | ||
#define ASONG_AM23_Air_Humidity_UUID "08646cc3-c5de-414c-af65-c795b2dcac24" | ||
#endif // ASONG_AM23XX_UUID |