From a940c2649083c3f2b5f3eb676234e8f98c283c24 Mon Sep 17 00:00:00 2001 From: ellensp <530024+ellensp@users.noreply.github.com> Date: Fri, 26 Jun 2026 14:24:18 +1200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=90=9B=20Fix=20ESP32=20build=20with?= =?UTF-8?q?=20WiFi=20(#28469)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ini/features.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ini/features.ini b/ini/features.ini index f76c22227a0d..c5bc74f7be38 100644 --- a/ini/features.ini +++ b/ini/features.ini @@ -389,4 +389,4 @@ HAS_MICROSTEPS = build_src_filter=+ Date: Fri, 26 Jun 2026 07:30:22 +0000 Subject: [PATCH 2/2] [cron] Bump distribution date (2026-06-26) --- Marlin/Version.h | 2 +- Marlin/src/inc/Version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Version.h b/Marlin/Version.h index 83919b59a9c4..730fa42fd388 100644 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -41,7 +41,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ -//#define STRING_DISTRIBUTION_DATE "2026-06-25" +//#define STRING_DISTRIBUTION_DATE "2026-06-26" /** * The protocol for communication to the host. Protocol indicates communication diff --git a/Marlin/src/inc/Version.h b/Marlin/src/inc/Version.h index d7042b962406..fcac979a1c84 100644 --- a/Marlin/src/inc/Version.h +++ b/Marlin/src/inc/Version.h @@ -42,7 +42,7 @@ * version was tagged. */ #ifndef STRING_DISTRIBUTION_DATE - #define STRING_DISTRIBUTION_DATE "2026-06-25" + #define STRING_DISTRIBUTION_DATE "2026-06-26" #endif /**