use sparkfun lib for sensors adafruit has issues

This commit is contained in:
2021-07-28 08:19:40 +02:00
parent 3d740c9387
commit 2873d56b58
16 changed files with 626 additions and 577 deletions

View File

@@ -21,8 +21,12 @@ lib_deps =
knolleary/PubSubClient
robtillaart/RunningMedian
bodmer/Tjpg_decoder
adafruit/Adafruit SCD30
adafruit/Adafruit BusIO
; adafruit/Adafruit SCD30
; adafruit/Adafruit BusIO
; adafruit/Adafruit SGP30 Sensor
http://192.168.2.3/Bonobo.Git.Server/JCButton.git
sparkfun/SparkFun SCD30 Arduino Library@^1.0.13
sparkfun/SparkFun SGP30 Arduino Library@^1.0.5
[env:esp32]
platform = espressif32
@@ -32,6 +36,15 @@ monitor_speed = 115200
lib_deps =
${common.lib_deps_builtin}
${common.lib_deps}
adafruit/Adafruit SGP30 Sensor@^2.0.0
[env:esp32_ota]
platform = espressif32
board = esp-wrover-kit
framework = arduino
monitor_speed = 115200
lib_deps =
${common.lib_deps_builtin}
${common.lib_deps}
upload_protocol = espota
upload_port = 192.168.2.236