From de1f44ad19f41c3b127290b936e119134a8458b1 Mon Sep 17 00:00:00 2001 From: CamDavidsonPilon Date: Wed, 22 May 2024 09:51:10 -0400 Subject: [PATCH] bump rc version --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56287ea0..4315e98f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,9 +16,13 @@ - fix leader not correctly being identified in `pio workers status` - For RPi Zero W (first gen), sometimes the load_rp2040 script was failing. A new script will retry a few times. This only applies to new images. - fix `pio workers update-active` using the wrong HTTP verb. - - When the local access point would start on a fresh boot, the SSID would start as `pioreactor`, and then change to `pioreactor-` after the next reboot. Now, this will now always be `pioreactor-`. - Fix using ethernet cable to connect Pioreactor to a router: a new simple ethernet nmconnection has been added, and has higher connection priority than the PioreactorLocalLink nmconnection. - - Fix race conditions between stirring and growth-rate. + - Fix race conditions occurring between stirring and growth-rate when they were started too quickly. + +#### Known issues + + - When the local access point would start on a fresh boot, the SSID would start as `pioreactor`, and then change to `pioreactor-` after the next reboot. + ### 24.5.13