Skip to content

Commit

Permalink
bump rc version
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed May 22, 2024
1 parent 3031f63 commit de1f44a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-<leader-name>` after the next reboot. Now, this will now always be `pioreactor-<leader-name>`.
- 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-<leader-name>` after the next reboot.


### 24.5.13

Expand Down

0 comments on commit de1f44a

Please sign in to comment.