From 293f0369f9311bec649162e431271e5ac9c2dc93 Mon Sep 17 00:00:00 2001 From: biver Date: Fri, 7 Apr 2023 20:54:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B8=D0=B2=D0=BE=D0=B4=D0=B8?= =?UTF-8?q?=D0=BC=20=D1=80=D0=B5=D0=BF=D1=83=20=D0=BA=208266=5F4mb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data_svelte/items.json | 4 ++-- platformio.ini | 38 ++++++++++++++++++++++++++++++++++++-- 2 files changed, 38 insertions(+), 4 deletions(-) diff --git a/data_svelte/items.json b/data_svelte/items.json index 8a7927f8..c5190460 100644 --- a/data_svelte/items.json +++ b/data_svelte/items.json @@ -574,8 +574,8 @@ "descr": "", "widget": "nil", "id": "u", - "tx": 12, - "rx": 13, + "tx": 4, + "rx": 5, "line": 2, "speed": 9600, "eventFormat": 0, diff --git a/platformio.ini b/platformio.ini index bf13dc11..7ba76a98 100644 --- a/platformio.ini +++ b/platformio.ini @@ -1,6 +1,6 @@ [platformio] -default_envs = esp8266_2mb_ota -data_dir = data_svelte_lite +default_envs = esp8266_4mb +data_dir = data_svelte [common_env_data] lib_deps_external = @@ -302,7 +302,21 @@ build_src_filter = [env:esp8266_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 + 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 = + + @@ -311,9 +325,29 @@ build_src_filter = + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [env:esp32_4mb_fromitems] lib_deps =