Fix tasks not always running correctly on boot/sleep/wake/shutdown

This commit is contained in:
Luke D. Jones
2022-12-08 20:12:55 +13:00
parent 07daa0df61
commit 245c035dc9
8 changed files with 125 additions and 80 deletions

View File

@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [v4.5.6-RC1]
- Fix tasks not always running correctly on boot/sleep/wake/shutdown by finishing the move to async
## [v4.5.5]
- remove an unwrap() causing panic on main ROGCC thread