This commit is contained in:
iceman1001
2026-05-11 14:36:17 +02:00
parent 9fe6f12859
commit cbb572afad
52 changed files with 895 additions and 619 deletions
+2 -1
View File
@@ -331,7 +331,8 @@ typedef struct {
typedef struct {
// 64KB SRAM -> 524288 bits(max sample num) < 2^30
uint32_t samples : LF_SAMPLES_BITS;
uint32_t samples :
LF_SAMPLES_BITS;
bool realtime : 1;
bool verbose : 1;
} PACKED lf_sample_payload_t;