cargo: update to esp-hal 1.0, and use esp-radio for less crashes
This commit is contained in:
@@ -29,7 +29,7 @@ fn gyro_raw_to_rads(raw: i16) -> f32 {
|
||||
(raw as f32 / 16.4) * (DEG2RAD)
|
||||
}
|
||||
|
||||
#[esp_hal::ram(rtc_fast, persistent)]
|
||||
#[esp_hal::ram(unstable(rtc_fast, persistent))]
|
||||
static mut MPU_WAS_CALIBRATED: u8 = 0;
|
||||
|
||||
#[embassy_executor::task]
|
||||
|
||||
Reference in New Issue
Block a user