From fdd8a3979bac4e2fe70bf94119d0d98d2d6326a3 Mon Sep 17 00:00:00 2001 From: Kaj Schittecat Date: Sat, 13 Jun 2026 00:45:23 +0200 Subject: [PATCH] fix: T-Deck env was left on the old core URL + non-minimized tag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The earlier rename/minimize edits matched only the V4 env's formatting and silently skipped the T-Deck env, leaving it on MeshCore.git#v1.16.0-wada.0 (old name, pre-minimize tag whose fork still carried the 26 relocated files — a duplicate-symbol hazard). Both envs now pin meshcomod-core@v1.16.0-wada.1; T-Deck clean-rebuilds green + size-identical against it. Co-Authored-By: Claude Opus 4.8 (1M context) Signed-off-by: Kaj Schittecat --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index f7dae42..5f0496e 100644 --- a/platformio.ini +++ b/platformio.ini @@ -320,7 +320,7 @@ build_src_filter = +<../variants/lilygo_tdeck/*.cpp> lib_deps = - https://github.com/ALLFATHER-BV/MeshCore.git#v1.16.0-wada.0 + https://github.com/ALLFATHER-BV/meshcomod-core.git#v1.16.0-wada.1 SPI Wire jgromes/RadioLib @ ^7.6.0