mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Добавляем расширитель портов MCP23017
This commit is contained in:
@@ -18,6 +18,7 @@ lib_deps_external =
|
||||
me-no-dev/ESP Async WebServer
|
||||
Links2004/WebSockets
|
||||
knolleary/PubSubClient
|
||||
|
||||
[env:esp8266_4mb]
|
||||
build_flags = -Desp8266_4mb="esp8266_4mb"
|
||||
framework = arduino
|
||||
@@ -33,10 +34,11 @@ lib_deps =
|
||||
adafruit/Adafruit BME280 Library
|
||||
Adafruit AHTX0
|
||||
marcoschwartz/LiquidCrystal_I2C@^1.1.4
|
||||
me-no-dev/ESPAsyncUDP ;для esp32 данная библиотека встроена в ядро
|
||||
me-no-dev/ESPAsyncUDP
|
||||
ClosedCube HDC1080
|
||||
https://github.com/JonasGMorsch/GY-21.git
|
||||
adafruit/Adafruit ADS1X15 @ ^2.3.0
|
||||
adafruit/Adafruit MCP23017 Arduino Library@^2.0.2
|
||||
monitor_filters = esp8266_exception_decoder
|
||||
upload_speed = 921600
|
||||
monitor_speed = 115200
|
||||
@@ -59,6 +61,7 @@ lib_deps =
|
||||
ClosedCube HDC1080
|
||||
https://github.com/JonasGMorsch/GY-21.git
|
||||
adafruit/Adafruit ADS1X15 @ ^2.3.0
|
||||
adafruit/Adafruit MCP23017 Arduino Library@^2.0.2
|
||||
monitor_filters = esp32_exception_decoder
|
||||
upload_speed = 921600
|
||||
monitor_speed = 115200
|
||||
|
||||
Reference in New Issue
Block a user