0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 22:58:04 +03:00

Added TX unlock option - eeek

This commit is contained in:
OneOfEleven
2023-10-14 10:33:21 +01:00
parent 373f747824
commit aac309be88
10 changed files with 59 additions and 37 deletions

View File

@ -32,12 +32,12 @@ enum pwr_on_display_mode_e {
typedef enum pwr_on_display_mode_e pwr_on_display_mode_t;
enum {
F_LOCK_OFF = 0,
F_LOCK_FCC,
F_LOCK_CE,
F_LOCK_GB,
F_LOCK_430,
F_LOCK_438
FREQ_LOCK_OFF = 0,
FREQ_LOCK_FCC,
FREQ_LOCK_CE,
FREQ_LOCK_GB,
FREQ_LOCK_430,
FREQ_LOCK_438
};
enum {
@ -353,7 +353,7 @@ typedef struct {
uint8_t aes_key[16];
// 0x0F40
uint8_t f_lock;
uint8_t freq_lock;
uint8_t enable_tx_350;
uint8_t killed;
uint8_t enable_tx_200;