mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Убираем нумерацию папок модулей
This commit is contained in:
@@ -50,6 +50,10 @@ lib_deps_external =
|
||||
|
||||
[env:esp8266_4mb_fromitems]
|
||||
lib_deps =
|
||||
marcoschwartz/LiquidCrystal_I2C@^1.1.4
|
||||
adafruit/Adafruit MCP23017 Arduino Library@^2.0.2
|
||||
adafruit/Adafruit BusIO @ ^1.13.0
|
||||
dfrobot/DFRobotDFPlayerMini @ ^1.0.5
|
||||
Adafruit AHTX0
|
||||
adafruit/Adafruit BME280 Library
|
||||
adafruit/Adafruit BMP280 Library
|
||||
@@ -61,35 +65,31 @@ lib_deps =
|
||||
rc-switch @ ^2.6.4
|
||||
robtillaart/SHT2x@^0.1.1
|
||||
WEMOS SHT3x@1.0.0
|
||||
adafruit/Adafruit MCP23017 Arduino Library@^2.0.2
|
||||
adafruit/Adafruit BusIO @ ^1.13.0
|
||||
dfrobot/DFRobotDFPlayerMini @ ^1.0.5
|
||||
marcoschwartz/LiquidCrystal_I2C@^1.1.4
|
||||
build_src_filter =
|
||||
+<modules\1.virtual\Timer>
|
||||
+<modules\1.virtual\Variable>
|
||||
+<modules\2.sensors\Aht20>
|
||||
+<modules\2.sensors\AnalogAdc>
|
||||
+<modules\2.sensors\Bme280>
|
||||
+<modules\2.sensors\Bmp280>
|
||||
+<modules\2.sensors\Dht1122>
|
||||
+<modules\2.sensors\Ds18b20>
|
||||
+<modules\2.sensors\GY21>
|
||||
+<modules\2.sensors\Hdc1080>
|
||||
+<modules\2.sensors\Max6675>
|
||||
+<modules\2.sensors\RCswitch>
|
||||
+<modules\2.sensors\Sht20>
|
||||
+<modules\2.sensors\Sht30>
|
||||
+<modules\2.sensors\Sonar>
|
||||
+<modules\3.exec\ButtonIn>
|
||||
+<modules\3.exec\ButtonOut>
|
||||
+<modules\3.exec\IarduinoRTC>
|
||||
+<modules\3.exec\IoTServo>
|
||||
+<modules\3.exec\Mcp23017>
|
||||
+<modules\3.exec\Mp3>
|
||||
+<modules\3.exec\Pwm8266>
|
||||
+<modules\3.exec\SysExt>
|
||||
+<modules\4.display\Lcd2004>
|
||||
+<modules\display\Lcd2004>
|
||||
+<modules\exec\ButtonIn>
|
||||
+<modules\exec\ButtonOut>
|
||||
+<modules\exec\IarduinoRTC>
|
||||
+<modules\exec\IoTServo>
|
||||
+<modules\exec\Mcp23017>
|
||||
+<modules\exec\Mp3>
|
||||
+<modules\exec\Pwm8266>
|
||||
+<modules\exec\SysExt>
|
||||
+<modules\sensors\Aht20>
|
||||
+<modules\sensors\AnalogAdc>
|
||||
+<modules\sensors\Bme280>
|
||||
+<modules\sensors\Bmp280>
|
||||
+<modules\sensors\Dht1122>
|
||||
+<modules\sensors\Ds18b20>
|
||||
+<modules\sensors\GY21>
|
||||
+<modules\sensors\Hdc1080>
|
||||
+<modules\sensors\Max6675>
|
||||
+<modules\sensors\RCswitch>
|
||||
+<modules\sensors\Sht20>
|
||||
+<modules\sensors\Sht30>
|
||||
+<modules\sensors\Sonar>
|
||||
+<modules\virtual\Timer>
|
||||
+<modules\virtual\Variable>
|
||||
|
||||
[env:esp32_4mb_fromitems]
|
||||
lib_deps =
|
||||
|
||||
Reference in New Issue
Block a user