From 5d3f8e5b697cd43967caa166f26281de452b4a50 Mon Sep 17 00:00:00 2001 From: Proddy Date: Wed, 14 Feb 2024 22:19:11 +0100 Subject: [PATCH] updates --- .gitignore | 1 + interface/package.json | 2 +- interface/yarn.lock | 10 +++++----- platformio.ini | 15 +++++++-------- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 9086892e9..127a92df7 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ stats.html !.yarn/versions yarn.lock interface/analyse.html +interface/vite.config.ts.timestamp* # scripts test.sh diff --git a/interface/package.json b/interface/package.json index ecca8641b..b16be7939 100644 --- a/interface/package.json +++ b/interface/package.json @@ -70,7 +70,7 @@ "prettier": "^3.2.5", "rollup-plugin-visualizer": "^5.12.0", "terser": "^5.27.0", - "vite": "^5.1.1", + "vite": "^5.1.2", "vite-plugin-imagemin": "^0.6.1", "vite-tsconfig-paths": "^4.3.1" }, diff --git a/interface/yarn.lock b/interface/yarn.lock index 8320022b6..ee2137def 100644 --- a/interface/yarn.lock +++ b/interface/yarn.lock @@ -1893,7 +1893,7 @@ __metadata: terser: "npm:^5.27.0" typesafe-i18n: "npm:^5.26.2" typescript: "npm:^5.3.3" - vite: "npm:^5.1.1" + vite: "npm:^5.1.2" vite-plugin-imagemin: "npm:^0.6.1" vite-tsconfig-paths: "npm:^4.3.1" languageName: unknown @@ -8738,9 +8738,9 @@ __metadata: languageName: node linkType: hard -"vite@npm:^5.1.1": - version: 5.1.1 - resolution: "vite@npm:5.1.1" +"vite@npm:^5.1.2": + version: 5.1.2 + resolution: "vite@npm:5.1.2" dependencies: esbuild: "npm:^0.19.3" fsevents: "npm:~2.3.3" @@ -8774,7 +8774,7 @@ __metadata: optional: true bin: vite: bin/vite.js - checksum: 10/bdb8e683caddaa0a9adcbf40144ca8ea3660836b208862b07d43787ea867845919af16e58745365bd13ed3b7f66bbf9788a6869ee22cfaacac01645b59729c34 + checksum: 10/fbfc5a84ee33c01cd2c3109ba08c2f3822df9a85bee79179ba5a812757f895e2da234208881b9943291d48b0a4ef8fb90ffaa790d89888530a2ad6c70c169e12 languageName: node linkType: hard diff --git a/platformio.ini b/platformio.ini index 575a2218b..407928203 100644 --- a/platformio.ini +++ b/platformio.ini @@ -2,8 +2,8 @@ ; override any settings with your own local ones in pio_local.ini [platformio] -; default_envs = esp32_4M -default_envs = lolin_s3 +default_envs = esp32_4M +; default_envs = lolin_s3 ; default_envs = esp32_16M ; default_envs = standalone @@ -48,12 +48,11 @@ extra_scripts = scripts/rename_fw.py [espressi32_base_tasmota] -; use Tasmota's library which removes some libs (like mbedtsl) and increases available heap -; platform = https://github.com/tasmota/platform-espressif32.git ; latest development -; latest release with WiFi_secure.h, Arduino 2.0.14 -platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.01.00/platform-espressif32.zip -; latest Arduino 3.0/IDF 5.1.(alpha 3): -; platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.12.10/platform-espressif32.zip +; use Tasmota's library which removes some unused libs (like mbedtsl, so no WiFi_secure.h) and increases available heap +; Tasmota Arduino Core 2.0.14 with IPv6 support, based on IDF 4.4.6 +platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.01.01/platform-espressif32.zip +; Tasmota Arduino Core 3.0.0-alpha based on IDF v5.1.2 +; platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.02.10/platform-espressif32.zip framework = arduino board_build.filesystem = littlefs build_flags =