mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-04-28 14:21:25 +03:00
README.md
This commit is contained in:
parent
ba677b3440
commit
75aa98cc06
@ -125,6 +125,10 @@ buttons to find them.
|
|||||||
* AIRCOPY RX'ing radio now requests packet resends from TX'ing radio if RX'ed packet is lost/corrupted
|
* AIRCOPY RX'ing radio now requests packet resends from TX'ing radio if RX'ed packet is lost/corrupted
|
||||||
* ..
|
* ..
|
||||||
|
|
||||||
|
# Symbol information
|
||||||
|
|
||||||
|
<img src="/images/symbols.png" />
|
||||||
|
|
||||||
# Compiler
|
# Compiler
|
||||||
|
|
||||||
arm-none-eabi GCC version 10.3.1 is recommended, which is the current version on Ubuntu 22.04.03 LTS.
|
arm-none-eabi GCC version 10.3.1 is recommended, which is the current version on Ubuntu 22.04.03 LTS.
|
||||||
|
BIN
images/symbols.png
Normal file
BIN
images/symbols.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 MiB |
2
radio.h
2
radio.h
@ -113,7 +113,7 @@ typedef struct vfo_info_t
|
|||||||
|
|
||||||
uint8_t compand;
|
uint8_t compand;
|
||||||
|
|
||||||
uint8_t frequency_channel; // channel number if a channel is set to this vfo's frequency
|
uint8_t frequency_channel; // channel number if the VFO's frequency is found stored in a channel
|
||||||
|
|
||||||
char name[16];
|
char name[16];
|
||||||
} vfo_info_t;
|
} vfo_info_t;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user