From 5bc4471424cc0de19a7f123dc9e7fc3f08a9b6ac Mon Sep 17 00:00:00 2001 From: Mit4el Date: Thu, 24 Aug 2023 21:31:07 +0300 Subject: [PATCH] Update BuildTime script --- platformio.ini | 65 ++++++-------------- prebuildscript.py => tools/prebuildscript.py | 0 2 files changed, 19 insertions(+), 46 deletions(-) rename prebuildscript.py => tools/prebuildscript.py (100%) diff --git a/platformio.ini b/platformio.ini index 2044bb55..5c83e4ab 100644 --- a/platformio.ini +++ b/platformio.ini @@ -8,7 +8,7 @@ lib_deps_external = knolleary/PubSubClient [env] -extra_scripts = pre:prebuildscript.py +extra_scripts = pre:tools/prebuildscript.py [env:esp8266_1mb_ota] lib_deps = @@ -401,6 +401,8 @@ lib_deps = adafruit/Adafruit BMP280 Library beegee-tokyo/DHT sensor library for ESPx https://github.com/milesburton/Arduino-Temperature-Control-Library + https://github.com/GyverLibs/GyverINA + https://github.com/GyverLibs/GyverINA https://github.com/tremaru/iarduino_RTC robtillaart/SHT2x@^0.1.1 WEMOS SHT3x@1.0.0 @@ -412,6 +414,8 @@ lib_deps = adafruit/Adafruit BusIO @ ^1.13.2 https://github.com/robotclass/RobotClass_LiquidCrystal_I2C marcoschwartz/LiquidCrystal_I2C@^1.1.4 + https://github.com/maxint-rd/TM16xx + adafruit/Adafruit GFX Library @ ^1.11.5 build_src_filter = + + @@ -429,6 +433,8 @@ build_src_filter = + + + + + + + + + + @@ -448,73 +454,40 @@ build_src_filter = + + + + + [env:esp32_4mb_fromitems] lib_deps = - https://github.com/enjoyneering/AHTxx.git - adafruit/Adafruit BME280 Library - adafruit/Adafruit BMP280 Library - beegee-tokyo/DHT sensor library for ESPx - https://github.com/milesburton/Arduino-Temperature-Control-Library - https://github.com/tremaru/iarduino_RTC - robtillaart/SHT2x@^0.1.1 - WEMOS SHT3x@1.0.0 - plerup/EspSoftwareSerial - gyverlibs/EncButton @ ^2.0 - https://github.com/RoboticsBrno/ServoESP32 - adafruit/Adafruit MCP23017 Arduino Library@^2.1.0 - adafruit/Adafruit BusIO @ ^1.13.2 - dfrobot/DFRobotDFPlayerMini @ ^1.0.5 - adafruit/Adafruit BusIO @ ^1.13.2 - https://github.com/robotclass/RobotClass_LiquidCrystal_I2C - marcoschwartz/LiquidCrystal_I2C@^1.1.4 + https://github.com/adafruit/Adafruit_INA219.git build_src_filter = + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + - + - + [env:esp32s2_4mb_fromitems] lib_deps = + adafruit/Adafruit BME280 Library + https://github.com/adafruit/Adafruit_INA219.git build_src_filter = + + + + + + + + + - + + + + + + + + diff --git a/prebuildscript.py b/tools/prebuildscript.py similarity index 100% rename from prebuildscript.py rename to tools/prebuildscript.py