moved to sensor class
This commit is contained in:
@@ -6,31 +6,30 @@
|
||||
; Advanced options: extra scripting
|
||||
;
|
||||
; Please visit documentation for the other options and examples
|
||||
; http://docs.platformio.org/page/projectconf.html
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[platformio]
|
||||
default_envs = esp32
|
||||
src_dir = .
|
||||
|
||||
[common]
|
||||
lib_deps_builtin =
|
||||
WiFi
|
||||
TFT_eSPI
|
||||
|
||||
lib_deps =
|
||||
#adafruit/Adafruit BME680 Library
|
||||
#adafruit/Adafruit GFX Library
|
||||
#adafruit/Adafruit Neopixel
|
||||
#adafruit/Adafruit Unified Sensor
|
||||
knolleary/PubSubClient
|
||||
robtillaart/RunningMedian
|
||||
bodmer/Tjpg_decoder
|
||||
lib_deps_builtin =
|
||||
WiFi
|
||||
TFT_eSPI
|
||||
lib_deps =
|
||||
adafruit/Adafruit Unified Sensor
|
||||
knolleary/PubSubClient
|
||||
robtillaart/RunningMedian
|
||||
bodmer/Tjpg_decoder
|
||||
adafruit/Adafruit SCD30
|
||||
adafruit/Adafruit BusIO
|
||||
|
||||
[env:esp32]
|
||||
platform = espressif32
|
||||
board = esp-wrover-kit
|
||||
framework = arduino
|
||||
monitor_speed = 115200
|
||||
lib_deps =
|
||||
${common.lib_deps_builtin}
|
||||
${common.lib_deps}
|
||||
lib_deps =
|
||||
${common.lib_deps_builtin}
|
||||
${common.lib_deps}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user