audio fixes attempt

This commit is contained in:
Logan
2026-05-23 14:59:51 -04:00
parent 9cf8fd4221
commit 35ce8e911e
4 changed files with 71 additions and 9 deletions
+2
View File
@@ -11,6 +11,8 @@ export interface NodeRecord {
last_seen: string | null;
assigned_system_id: string | null;
approval_status: ApprovalStatus | null;
hardware_preset?: string;
ppm_override?: number | null;
}
export interface VocabularyPendingTerm {