From 716ba8ee5e14b37ed53cd7eb4e6721c483e80fdc Mon Sep 17 00:00:00 2001 From: taco Date: Mon, 11 May 2026 11:37:56 +1000 Subject: [PATCH] pin CustomLFS to version 0.2.2 CustomLFS 0.2.2 adds support for the flash chip in LilyGo T-Echo Card and T-Echo Lite --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index b079cec9..c390c318 100644 --- a/platformio.ini +++ b/platformio.ini @@ -92,7 +92,7 @@ build_flags = ${arduino_base.build_flags} -D EXTRAFS=1 lib_deps = ${arduino_base.lib_deps} - https://github.com/oltaco/CustomLFS#0.2.1 + https://github.com/oltaco/CustomLFS#0.2.2 ; ----------------- RP2040 --------------------- [rp2040_base]