From 4ed4f240a6f89675d24bd91fe55203adfd4ad019 Mon Sep 17 00:00:00 2001 From: Mit4el Date: Thu, 24 Aug 2023 21:52:10 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=BE=D0=B5=D0=BA=D1=82=20=D0=BF?= =?UTF-8?q?=D0=BE=20=D1=83=D0=BC=D0=BE=D0=BB=D1=87=D0=B0=D0=BD=D0=B8=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- myProfile.json | 8 +++++++ platformio.ini | 60 +++++++++++++++++++++++++++++++++++++------------- 2 files changed, 53 insertions(+), 15 deletions(-) diff --git a/myProfile.json b/myProfile.json index 5db9116e..e259ce47 100644 --- a/myProfile.json +++ b/myProfile.json @@ -124,6 +124,10 @@ "path": "src/modules/sensors/Emon", "active": false }, + { + "path": "src/modules/sensors/ExampleModule", + "active": false + }, { "path": "src/modules/sensors/ExternalMQTT", "active": false @@ -156,6 +160,10 @@ "path": "src/modules/sensors/Ina219", "active": false }, + { + "path": "src/modules/sensors/Ina226", + "active": false + }, { "path": "src/modules/sensors/IoTWiegand", "active": false diff --git a/platformio.ini b/platformio.ini index 5c83e4ab..de3940b4 100644 --- a/platformio.ini +++ b/platformio.ini @@ -401,8 +401,6 @@ 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 @@ -414,8 +412,6 @@ 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 = + + @@ -433,8 +429,6 @@ build_src_filter = + + + - + - + + + + @@ -454,29 +448,66 @@ build_src_filter = + + + - + [env:esp32_4mb_fromitems] lib_deps = - https://github.com/adafruit/Adafruit_INA219.git + 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 build_src_filter = + - + + + + + + + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [env:esp32s2_4mb_fromitems] lib_deps = - adafruit/Adafruit BME280 Library - https://github.com/adafruit/Adafruit_INA219.git build_src_filter = + + @@ -486,7 +517,6 @@ build_src_filter = + + + - + + + +