2025-03-2601
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
|
||||||
//const float MinimalSpannung = 2.85;
|
float MinimalSpannung = MinimalSpannungAkku;
|
||||||
const float MinimalSpannung = 2.00;
|
|
||||||
float korectur = 0.8870;
|
float korectur = 0.8870;
|
||||||
char floatString[15] = {0};
|
char floatString[15] = {0};
|
||||||
float AKKU;
|
float AKKU;
|
||||||
|
@ -49,6 +49,8 @@ build_flags = ${env.build_flags}
|
|||||||
-DTLOWBATT=60
|
-DTLOWBATT=60
|
||||||
-DTINTERVAL=1
|
-DTINTERVAL=1
|
||||||
-DKorrekturLuftdruck=22.58
|
-DKorrekturLuftdruck=22.58
|
||||||
|
-DKorrekturTemperaturHTU21D=-2.3
|
||||||
|
-DMinimalSpannungAkku=2.90
|
||||||
|
|
||||||
[env:marcel] ; Produktivsystem:
|
[env:marcel] ; Produktivsystem:
|
||||||
build_flags = ${env.build_flags}
|
build_flags = ${env.build_flags}
|
||||||
@ -67,6 +69,7 @@ build_flags = ${env.build_flags}
|
|||||||
-DTINTERVAL=10
|
-DTINTERVAL=10
|
||||||
-DKorrekturLuftdruck=21.8
|
-DKorrekturLuftdruck=21.8
|
||||||
-DKorrekturTemperaturHTU21D=-2.3
|
-DKorrekturTemperaturHTU21D=-2.3
|
||||||
|
-DMinimalSpannungAkku=2.90
|
||||||
|
|
||||||
[env:boris] ; Produktivsystem:
|
[env:boris] ; Produktivsystem:
|
||||||
build_flags = ${env.build_flags}
|
build_flags = ${env.build_flags}
|
||||||
@ -84,6 +87,8 @@ build_flags = ${env.build_flags}
|
|||||||
-DTLOWBATT=60
|
-DTLOWBATT=60
|
||||||
-DTINTERVAL=5
|
-DTINTERVAL=5
|
||||||
-DKorrekturLuftdruck=0.0
|
-DKorrekturLuftdruck=0.0
|
||||||
|
-DKorrekturTemperaturHTU21D=-0.0
|
||||||
|
-DMinimalSpannungAkku=2.90
|
||||||
|
|
||||||
[env:hjk]
|
[env:hjk]
|
||||||
build_flags = ${env.build_flags}
|
build_flags = ${env.build_flags}
|
||||||
@ -101,6 +106,8 @@ build_flags = ${env.build_flags}
|
|||||||
-DTLOWBATT=60
|
-DTLOWBATT=60
|
||||||
-DTINTERVAL=10
|
-DTINTERVAL=10
|
||||||
-DKorrekturLuftdruck=23.58
|
-DKorrekturLuftdruck=23.58
|
||||||
|
-DKorrekturTemperaturHTU21D=0.0
|
||||||
|
-DMinimalSpannungAkku=2.90
|
||||||
|
|
||||||
[env:filamentbox]
|
[env:filamentbox]
|
||||||
build_flags = ${env.build_flags}
|
build_flags = ${env.build_flags}
|
||||||
@ -118,4 +125,25 @@ build_flags = ${env.build_flags}
|
|||||||
-DTLOWBATT=60
|
-DTLOWBATT=60
|
||||||
-DTINTERVAL=15
|
-DTINTERVAL=15
|
||||||
-DKorrekturLuftdruck=0.0
|
-DKorrekturLuftdruck=0.0
|
||||||
|
-DKorrekturTemperaturHTU21D=0.0
|
||||||
|
-DMinimalSpannungAkku=4.00
|
||||||
|
|
||||||
|
[env:test]
|
||||||
|
build_flags = ${env.build_flags}
|
||||||
|
-DDEBUG=0
|
||||||
|
-DNOADS=0
|
||||||
|
-DNAME=\"WETTERSTATION2\"
|
||||||
|
-DSTASSID=\"MagentaWLAN-RGDO\"
|
||||||
|
-DSTAPSK=\"93329248424922704583\"
|
||||||
|
-DGATEWAY=\"192.168.127.1\"
|
||||||
|
-DDNS=\"192.168.127.1\"
|
||||||
|
-DKMYIP=\"192.168.127.44\"
|
||||||
|
-Dmqtt_server=\"192.168.127.193\"
|
||||||
|
-Dmqtt_port=1883
|
||||||
|
-DTERROR=5
|
||||||
|
-DTLOWBATT=60
|
||||||
|
-DTINTERVAL=10
|
||||||
|
-DKorrekturLuftdruck=24.8
|
||||||
|
-DKorrekturTemperaturHTU21D=0.0
|
||||||
|
-DMinimalSpannungAkku=2.90
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user