make bs412 measure output

This commit is contained in:
2026-01-23 22:39:49 +01:00
parent 13dcf3c726
commit f938e26c80
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@ typedef struct
double alpha;
uint8_t can_compress : 1;
uint8_t second_counter;
float last_output;
} BS412Compressor;
float dbr_to_deviation(float dbr);