From 45748cd67fcf0a6f7c4a1e8901efb6283aed6e64 Mon Sep 17 00:00:00 2001 From: biver Date: Tue, 28 Mar 2023 09:15:43 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B2=D0=BE=D0=B7=D0=B2=D1=80=D0=B0=D1=89?= =?UTF-8?q?=D0=B0=D0=B5=D0=BC=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8E=20Esp?= =?UTF-8?q?SoftwareSerial=20=D0=B4=D0=BE=20=D0=BF=D0=BE=D1=81=D0=BB=D0=B5?= =?UTF-8?q?=D0=B4=D0=BD=D0=B5=D0=B9=20=D0=BE=D1=82=D0=BA=D0=B0=D1=82=D1=8B?= =?UTF-8?q?=D0=B2=D0=B0=D0=BB=D0=B8=D1=81=D1=8C=20=D0=B2=D1=80=D0=B5=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D0=BD=D0=BE=20=D0=B8=D0=B7-=D0=B7=D0=B0=20=D0=BE?= =?UTF-8?q?=D1=88=D0=B8=D0=B1=D0=BA=D0=B8=20=D0=B2=20=D0=B1=D0=B8=D0=B1?= =?UTF-8?q?=D0=BB=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformio.ini | 6 ++---- src/modules/sensors/UART/modinfo.json | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/platformio.ini b/platformio.ini index 42c25d4c..16c84fe2 100644 --- a/platformio.ini +++ b/platformio.ini @@ -116,7 +116,6 @@ build_src_filter = lib_deps = ${common_env_data.lib_deps_external} ${env:esp32_4mb_fromitems.lib_deps} - plerup/EspSoftwareSerial@^7.0.0 build_flags = -Desp32_4mb="esp32_4mb" framework = arduino board = esp32dev @@ -264,7 +263,7 @@ lib_deps = https://github.com/tremaru/iarduino_RTC robtillaart/SHT2x@^0.1.1 WEMOS SHT3x@1.0.0 - plerup/EspSoftwareSerial@^7.0.0 + plerup/EspSoftwareSerial adafruit/Adafruit MCP23017 Arduino Library@^2.1.0 adafruit/Adafruit BusIO @ ^1.13.2 dfrobot/DFRobotDFPlayerMini @ ^1.0.5 @@ -313,7 +312,7 @@ lib_deps = https://github.com/tremaru/iarduino_RTC robtillaart/SHT2x@^0.1.1 WEMOS SHT3x@1.0.0 - plerup/espsoftwareserial + plerup/EspSoftwareSerial https://github.com/RoboticsBrno/ServoESP32 adafruit/Adafruit MCP23017 Arduino Library@^2.1.0 adafruit/Adafruit BusIO @ ^1.13.2 @@ -351,6 +350,5 @@ build_src_filter = + + + - + + diff --git a/src/modules/sensors/UART/modinfo.json b/src/modules/sensors/UART/modinfo.json index b32dbde0..041f2ca1 100644 --- a/src/modules/sensors/UART/modinfo.json +++ b/src/modules/sensors/UART/modinfo.json @@ -66,10 +66,10 @@ "defActive": true, "usedLibs": { "esp32_4mb": [ - "plerup/EspSoftwareSerial@^7.0.0" + "plerup/EspSoftwareSerial" ], "esp8266_4mb": [ - "plerup/EspSoftwareSerial@^7.0.0" + "plerup/EspSoftwareSerial" ] } } \ No newline at end of file