Портируем сенсор Bmp280

This commit is contained in:
2022-02-02 11:07:27 +03:00
parent b2e20f6760
commit dca2a51843
4 changed files with 103 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ lib_deps =
milesburton/DallasTemperature@^3.9.1
robtillaart/SHT2x@^0.1.1
beegee-tokyo/DHT sensor library for ESPx
adafruit/Adafruit BMP280 Library
monitor_filters = esp8266_exception_decoder
upload_speed = 921600
monitor_speed = 115200
@@ -45,6 +46,7 @@ lib_deps =
milesburton/DallasTemperature@^3.9.1
robtillaart/SHT2x@^0.1.1
beegee-tokyo/DHT sensor library for ESPx
adafruit/Adafruit BMP280 Library
monitor_filters = esp32_exception_decoder
upload_speed = 921600
monitor_speed = 115200