Cleanup: removed build artifacts and cache

This commit is contained in:
vadyschka01
2026-05-20 18:52:34 +03:00
parent cf8f3908a0
commit 29749c6212
67 changed files with 17 additions and 12286 deletions
+3 -3
View File
@@ -95,9 +95,9 @@ void IMU_Init(void) {
IMU_SetBank(0);
// Начальная инициализация ( на 0 Гц dsp_manager сам их включит)
biquad_init_notch(&notch1, 0, 1.0f, 1500.0f);
biquad_init_notch(&notch2, 0, 1.0f, 1500.0f);
biquad_init_notch(&notch3, 0, 1.0f, 1500.0f);
biquad_init_notch(&notch1, 0, 1.0f, 1000.0f);
biquad_init_notch(&notch2, 0, 1.0f, 1000.0f);
biquad_init_notch(&notch3, 0, 1.0f, 1000.0f);
}
void IMU_Calibrate(void) {