0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 15:08:37 +03:00

aircopy update

This commit is contained in:
OneOfEleven
2023-10-12 12:58:58 +01:00
parent e05e17f8c9
commit 0b606e6425
5 changed files with 30 additions and 24 deletions

View File

@ -26,7 +26,8 @@ enum aircopy_state_e
AIRCOPY_READY = 0,
AIRCOPY_RX,
AIRCOPY_TX,
AIRCOPY_COMPLETE
AIRCOPY_RX_COMPLETE,
AIRCOPY_TX_COMPLETE
};
typedef enum aircopy_state_e aircopy_state_t;