mirror of
https://github.com/hubaldv/bioz-firmware-rs.git
synced 2025-12-06 05:01:18 +00:00
Add small delay to stabilize power.
This commit is contained in:
@@ -67,6 +67,10 @@ async fn main(spawner: Spawner) {
|
||||
}
|
||||
|
||||
let p = embassy_stm32::init(config);
|
||||
|
||||
// Small delay to allow power to stabilize
|
||||
Timer::after_millis(100).await;
|
||||
|
||||
info!("Hello World!");
|
||||
|
||||
// let mut led = Output::new(p.PA5, Level::High, Speed::Low);
|
||||
|
||||
Reference in New Issue
Block a user