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
@@ -215,7 +215,7 @@ void AVCLAN_printframe(const AVCLAN_frame_t *frame, bool binary);
uint8_t AVCLAN_parseframe(const uint8_t *bytes, uint8_t len,
AVCLAN_frame_t *frame);
AVCLAN_frame_t *AVCLAN_getStatusFrame();
void AVCLAN_generateStatus(AVCLAN_frame_t *status);
void AVCLAN_generateStatus(AVCLAN_frame_t *status, bool is_unicast, devices to);
bool AVCLAN_isPlaying();
void AVCLAN_incrementTime();