fix release

fix release
This commit is contained in:
2025-11-09 10:18:24 -07:00
parent 0e6e4e45c8
commit 6d7912ce5b
2 changed files with 2 additions and 0 deletions

View File

@@ -234,6 +234,7 @@ impl<'a> AtomicFrameBuffer<'a> {
DELAY: DelayNs,
{
if self.should_full_draw() {
#[cfg(feature = "fps")]
self.draw_fps_into_fb();
return self.draw(display).await;
}

View File

@@ -332,6 +332,7 @@ async fn kernel_task(
setup_mcu(mcu).await;
#[cfg(feature = "defmt")]
defmt::info!("setting up psram");
Timer::after_millis(100).await;