Cleanup: removed build artifacts and cache

This commit is contained in:
vadyschka01
2026-05-10 22:57:29 +03:00
parent c4de796f82
commit f154c5105c
69 changed files with 15 additions and 12359 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ void DSP_Process(void) {
float mag = top_mags[i];
float new_freq = top_freq_indices[i] * bin_to_hz;
// Hysteresis (ГИСТЕРЕЗИС):
// ГИСТЕРЕЗИС:
// Если фильтр сейчас ВЫКЛЮЧЕН (active_notch_freqs == 0)
if (active_notch_freqs[i] == 0) {
if (mag > 4000.0f) {