Correctly respond to button actions (CMD_SW state report)

This commit is contained in:
Allen Hill
2026-06-15 15:04:47 -07:00
parent 09782495ab
commit 60d39c1c2f
3 changed files with 61 additions and 101 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ int main() {
}
} else if (enqueueStatus) {
AVCLAN_frame_t *status = AVCLAN_getStatusFrame();
AVCLAN_generateStatus(status);
AVCLAN_generateStatus(status, true, dev_STATUS);
if (RFrame_t *resp = (RFrame_t *)popQueue(&rcache)) {
*resp = (RFrame_t){.r = r_Handled, .frame = status};
err = pushQueue(&outgoing, resp);