From dcbcbb54f9988c2029ecb33f41b1d60578926e62 Mon Sep 17 00:00:00 2001 From: Andrew <18502096+classicrocker883@users.noreply.github.com> Date: Sun, 14 Sep 2025 17:15:38 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20Update=20da?= =?UTF-8?q?tetime=20on=20same=20config=20rebuild=20(#28020)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buildroot/share/PlatformIO/scripts/preflight-checks.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/buildroot/share/PlatformIO/scripts/preflight-checks.py b/buildroot/share/PlatformIO/scripts/preflight-checks.py index 561b3bc50b..80f0985cfd 100644 --- a/buildroot/share/PlatformIO/scripts/preflight-checks.py +++ b/buildroot/share/PlatformIO/scripts/preflight-checks.py @@ -125,6 +125,12 @@ if pioutil.is_pio_build(): # rm_ofile("inc", "Warnings") + # + # Renew date/time + # + rm_ofile("gcode/host", "M115") + rm_ofile("lcd/menu", "menu_info") + # # Rebuild 'settings.cpp' for EEPROM_INIT_NOW #