From 648a383210dd9f2b95625300d400df1720fcdd24 Mon Sep 17 00:00:00 2001 From: Chris Greening Date: Fri, 18 Jul 2025 12:55:13 +0100 Subject: [PATCH 1/4] Pins the platform version --- firmware/platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/platformio.ini b/firmware/platformio.ini index 2d0ed37..0feaa0e 100644 --- a/firmware/platformio.ini +++ b/firmware/platformio.ini @@ -10,7 +10,7 @@ [common] -platform = espressif32 +platform = espressif32@6.11.0 framework = arduino monitor_speed = 115200 build_flags = From 2cff7422ab8da56a6b045a6bab919a0a77d1b8fc Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 18 Jul 2025 12:58:30 +0100 Subject: [PATCH 2/4] Update firmware/platformio.ini Suggestions from copilot review. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- firmware/platformio.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/platformio.ini b/firmware/platformio.ini index 0feaa0e..4af81fe 100644 --- a/firmware/platformio.ini +++ b/firmware/platformio.ini @@ -10,6 +10,8 @@ [common] +; Version 6.11.0 of the espressif32 platform was chosen for its stability and compatibility with the current project setup. +; Review this version periodically (e.g., every 6 months) to ensure compatibility with newer versions or to address potential issues. platform = espressif32@6.11.0 framework = arduino monitor_speed = 115200 From ffefa7213d0a2cfa79b653040232db47de215ee5 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 19 Jul 2025 22:16:15 +0100 Subject: [PATCH 3/4] Update firmware/platformio.ini Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- firmware/platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/platformio.ini b/firmware/platformio.ini index 4af81fe..e738fe7 100644 --- a/firmware/platformio.ini +++ b/firmware/platformio.ini @@ -10,7 +10,7 @@ [common] -; Version 6.11.0 of the espressif32 platform was chosen for its stability and compatibility with the current project setup. +; Version 6.11.0 of the espressif32 platform was chosen for its stability and compatibility with the current project setup. Pinned on: 2023-10-01. ; Review this version periodically (e.g., every 6 months) to ensure compatibility with newer versions or to address potential issues. platform = espressif32@6.11.0 framework = arduino From b53c504026089c142d4428724b5207f72140d702 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 19 Jul 2025 22:17:19 +0100 Subject: [PATCH 4/4] Fix date - silly AI... --- firmware/platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/platformio.ini b/firmware/platformio.ini index e738fe7..821b17f 100644 --- a/firmware/platformio.ini +++ b/firmware/platformio.ini @@ -10,7 +10,7 @@ [common] -; Version 6.11.0 of the espressif32 platform was chosen for its stability and compatibility with the current project setup. Pinned on: 2023-10-01. +; Version 6.11.0 of the espressif32 platform was chosen for its stability and compatibility with the current project setup. Pinned on: 2025-07-19. ; Review this version periodically (e.g., every 6 months) to ensure compatibility with newer versions or to address potential issues. platform = espressif32@6.11.0 framework = arduino