mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Добавляем SD карту, пока встроенную в ESP32
This commit is contained in:
@@ -34,7 +34,7 @@ build_src_filter = +<*>
|
||||
exclude = 1
|
||||
|
||||
[platformio]
|
||||
default_envs = esp8266_4mb
|
||||
default_envs = esp32_4mb
|
||||
data_dir = data_svelte
|
||||
|
||||
[common_env_data]
|
||||
@@ -47,7 +47,6 @@ lib_deps_external =
|
||||
lib_deps =
|
||||
adafruit/Adafruit MCP23017 Arduino Library@^2.0.2
|
||||
dfrobot/DFRobotDFPlayerMini @ ^1.0.5
|
||||
witnessmenow/UniversalTelegramBot @ ^1.3.0
|
||||
adafruit/Adafruit ADS1X15 @ ^2.3.0
|
||||
Adafruit AHTX0
|
||||
adafruit/Adafruit BME280 Library
|
||||
@@ -62,14 +61,14 @@ lib_deps =
|
||||
robtillaart/SHT2x@^0.1.1
|
||||
marcoschwartz/LiquidCrystal_I2C@^1.1.4
|
||||
build_src_filter =
|
||||
-<modules/exec/EspCam>
|
||||
-<modules/exec/Telegram>
|
||||
|
||||
[env:esp32_4mb_fromitems]
|
||||
lib_deps =
|
||||
adafruit/Adafruit MCP23017 Arduino Library@^2.0.2
|
||||
espressif/esp32-camera @ ^2.0.0
|
||||
https://github.com/RoboticsBrno/ServoESP32
|
||||
dfrobot/DFRobotDFPlayerMini @ ^1.0.5
|
||||
witnessmenow/UniversalTelegramBot @ ^1.3.0
|
||||
adafruit/Adafruit ADS1X15 @ ^2.3.0
|
||||
Adafruit AHTX0
|
||||
adafruit/Adafruit BME280 Library
|
||||
@@ -84,5 +83,5 @@ lib_deps =
|
||||
robtillaart/SHT2x@^0.1.1
|
||||
marcoschwartz/LiquidCrystal_I2C@^1.1.4
|
||||
build_src_filter =
|
||||
-<modules/exec/EspCam>
|
||||
-<modules/exec/Telegram>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user