2026-08-0200
This commit is contained in:
+4
-20
@@ -9,7 +9,7 @@
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[platformio]
|
||||
extra_configs = secrets.ini
|
||||
extra_configs = ../secrets.ini
|
||||
|
||||
[env]
|
||||
platform = espressif8266
|
||||
@@ -36,24 +36,6 @@ build_flags =
|
||||
-DNOBATT=0
|
||||
-DMaxErrCount=40
|
||||
|
||||
|
||||
|
||||
[env:debug] ; Entwicklungssystem
|
||||
build_flags = ${env.build_flags}
|
||||
${secrets_debug.build_flags}
|
||||
-DDEBUG=0
|
||||
-DBME=0
|
||||
-DBMP=1
|
||||
-DMCP=0
|
||||
-DADS=0
|
||||
-DNAME=\"WETTERSTATION-RICHEN\"
|
||||
-DTERROR=5
|
||||
-DTLOWBATT=60
|
||||
-DTINTERVAL=5
|
||||
-DKorrekturLuftdruck=21.0
|
||||
-DKorrekturTemperaturHTU21D=-3.22
|
||||
-DMinimalSpannungAkku=2.95
|
||||
|
||||
[env:hjk] ; Entwicklungssystem
|
||||
build_flags = ${env.build_flags}
|
||||
${secrets_hjk.build_flags}
|
||||
@@ -90,7 +72,8 @@ build_flags = ${env.build_flags}
|
||||
|
||||
[env:boris] ; Entwicklungssystem
|
||||
build_flags = ${env.build_flags}
|
||||
${secrets_boris.build_flags}
|
||||
${secrets_mqtt.build_flags}
|
||||
${secrets_hjk.build_flags}
|
||||
-DDEBUG=0
|
||||
-DNOADS=0
|
||||
-DBME=0
|
||||
@@ -98,6 +81,7 @@ build_flags = ${env.build_flags}
|
||||
-DMCP=0
|
||||
-DADS=0
|
||||
-DNAME=\"WETTERSTATION-WIESLOCH\"
|
||||
-DMYIP=\"192.168.127.40\"
|
||||
-DTERROR=5
|
||||
-DTLOWBATT=60
|
||||
-DTINTERVAL=10
|
||||
|
||||
Reference in New Issue
Block a user