add capacitor to raingauge and change trigger mode to fix flip at boot
This commit is contained in:
parent
78c620a31e
commit
51b3656399
1 changed files with 3 additions and 3 deletions
|
@ -71,7 +71,7 @@ build_flags =
|
||||||
-D RAINGAUGE_FLIPAMOUNT=0.332
|
-D RAINGAUGE_FLIPAMOUNT=0.332
|
||||||
-D SENSOR_Raingauge_readdelay=1000
|
-D SENSOR_Raingauge_readdelay=1000
|
||||||
-D SENSOR_Raingauge_senddelaymax=1000*60*60 #also used for rain waiting timeout
|
-D SENSOR_Raingauge_senddelaymax=1000*60*60 #also used for rain waiting timeout
|
||||||
-D SENSOR_Raingauge_interruptmode=RISING
|
-D SENSOR_Raingauge_interruptmode=FALLING
|
||||||
# Cable from Anemometer: Black=GND, Blue=3v3, Brown=Signal (needs pullup (internal))
|
# Cable from Anemometer: Black=GND, Blue=3v3, Brown=Signal (needs pullup (internal))
|
||||||
#Cable colors from anemometers sensor (before longer able): blue=gnd, brown=vcc, white=signal
|
#Cable colors from anemometers sensor (before longer able): blue=gnd, brown=vcc, white=signal
|
||||||
|
|
||||||
|
@ -350,9 +350,9 @@ monitor_speed = 115200
|
||||||
build_flags =
|
build_flags =
|
||||||
-D SENSOR_HTU21D
|
-D SENSOR_HTU21D
|
||||||
-D dataHTU21D_temperature_minchange=0.1
|
-D dataHTU21D_temperature_minchange=0.1
|
||||||
-D dataHTU21D_temperature_senddelaymax=1000*60*60
|
-D dataHTU21D_temperature_senddelaymax=1000*60*60*6
|
||||||
-D dataHTU21D_humidity_minchange=1.0
|
-D dataHTU21D_humidity_minchange=1.0
|
||||||
-D dataHTU21D_humidity_senddelaymax=1000*60*60
|
-D dataHTU21D_humidity_senddelaymax=1000*60*60*6
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue