use sparkfun lib for sensors adafruit has issues
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user