first commit

This commit is contained in:
PaulVua
2025-01-09 14:09:21 +01:00
parent 531f0ef740
commit 3081e43a1a
96 changed files with 65961 additions and 1 deletions

38
config.json.dist Executable file
View File

@@ -0,0 +1,38 @@
{
"loop_log": true,
"boot_log": true,
"deviceID": "XXXX",
"SaraR4_baudrate": 115200,
"NextPM_ports": [
"ttyAMA5"
],
"i2C_sound": true,
"i2c_BME": false,
"sshTunnel_port": 59228,
"npm1_status": "connected",
"SARA_R4_general_status": "connected",
"SARA_R4_SIM_status": "connected",
"SARA_R4_network_status": "connected",
"WIFI_status": "connected",
"MQTT_GUI": true,
"envea_sondes": [
{
"connected": true,
"port": "ttyAMA4",
"name": "h2s",
"coefficient" : 4
},
{
"connected": false,
"port": "ttyAMA2",
"name": "no2",
"coefficient" : 1
},
{
"connected": false,
"port": "ttyAMA1",
"name": "o3",
"coefficient" : 1
}
]
}