mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-04-28 22:31:25 +03:00
Update README.md
This commit is contained in:
parent
54441e27d9
commit
4decd883fc
18
README.md
18
README.md
@ -9,18 +9,20 @@ https://github.com/DualTachyon/uv-k5-firmware
|
|||||||
This version you can customize at compile time by making various changes to the makefile.
|
This version you can customize at compile time by making various changes to the makefile.
|
||||||
You can edit those changes by (currently) editing the MakeFile, look for these lines ..
|
You can edit those changes by (currently) editing the MakeFile, look for these lines ..
|
||||||
|
|
||||||
"# compilation options"
|
* # compilation options
|
||||||
"CFLAGS += -DDISABLE_NOAA" .. remove NOAA channels option from the firmware
|
* CFLAGS += -DDISABLE_NOAA .. remove NOAA channels option from the firmware
|
||||||
"CFLAGS += -DDISABLE_VOICE" .. remove spoken VOICES option from the firmware
|
* CFLAGS += -DDISABLE_VOICE .. remove spoken VOICES option from the firmware
|
||||||
"CFLAGS += -DDISABLE_AIRCOPY" .. remove AIRCOPY option
|
* CFLAGS += -DDISABLE_AIRCOPY .. remove AIRCOPY option
|
||||||
"CFLAGS += -DKEEP_MEM_NAME" .. don't wipe out the memory channel's name when saving a memory channel
|
* CFLAGS += -DKEEP_MEM_NAME .. don't wipe out the memory channel's name when saving a memory channel
|
||||||
"#CFLAGS += -DDISABLE_ALARM" .. not yet implemented
|
* #CFLAGS += -DDISABLE_ALARM .. not yet implemented
|
||||||
"#CFLAGS += -DBAND_SCOPE" .. not yet implemented
|
* #CFLAGS += -DBAND_SCOPE .. not yet implemented
|
||||||
|
|
||||||
To enable the custom option just uncomment the line by removing the starting '#'.
|
To enable the custom option just uncomment the line by removing the starting '#'.
|
||||||
|
|
||||||
# Other changes made
|
# Other changes made
|
||||||
|
|
||||||
|
* "ABR" menu option now shows extended backlight times
|
||||||
|
* "MIC" menu option shows actual mic gain in dB's
|
||||||
|
|
||||||
# Compiler
|
# Compiler
|
||||||
|
|
||||||
@ -36,7 +38,7 @@ git submodule update --init --recursive --depth=1
|
|||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also easily compile this in windows (will an an example shortly) meaning you no longer have to install a linux VM on Windows.
|
You can also easily compile this in windows (will add an example shortly) meaning you no longer have to install a linux VM on Windows.
|
||||||
|
|
||||||
# Credits
|
# Credits
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user