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 = + + + - + + + +