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

CTCSS tail define renamed

This commit is contained in:
OneOfEleven
2023-09-14 12:02:47 +01:00
parent 7cdb0c9a33
commit 84087c3d13
5 changed files with 50 additions and 74 deletions

View File

@ -12,9 +12,9 @@ This version you can customize at compile time by making various changes to the
You can edit those changes by (currently) editing the MakeFile, look for these lines at the top of the file ..
* ENABLE_AIRCOPY := 0
* ENABLE_FMRADIO := 0 FM band 2 radio
* ENABLE_FMRADIO := 0 FM band 2 RX
* ENABLE_OVERLAY := 1
* ENABLE_UART := 1 without this you can't configure the radio with your PC
* ENABLE_UART := 1 without this you ENABLE_TAIL_CTCSS_PHASE_SHIFTcan't configure the radio with your PC
* ENABLE_NOAA := 0 NOAA channels
* ENABLE_VOICE := 0 strange voices
* ENABLE_ALARM := 0 TX alarms
@ -23,22 +23,20 @@ You can edit those changes by (currently) editing the MakeFile, look for these l
* ENABLE_CHAN_NAME_FREQ := 1 show the channel frequency below the channel name/number
* ENABLE_WIDE_RX := 1 enable the RX in the full 18MHz to 1300MHz (though frontend is not tuned for full range)
* ENABLE_TX_WHEN_AM := 0 allow TX when RX set to AM
* ENABLE_TAIL_CTCSS_PHASE_SHIFT := 1 use CTCSS tail phase shift rather than QS's 55Hz tone method
* ENABLE_CTCSS_TAIL_PHASE_SHIFT := 1 use CTCSS tail phase shift rather than QS's 55Hz tone method
* #ENABLE_SINGLE_VFO_CHAN := 1 not yet implemented
* #ENABLE_BAND_SCOPE := 1 not yet implemented
To enable the custom option, set the above option to '1'
# Other changes made
# Some other changes made
* Various bugs fixed that the QS firmware had (TX tail, Menu confimation etc)
* Various bugs fixed that the QS firmware had
* Added new bugs
* Battery voltage boot screen now includes percentage
* Slightly less intense menu style
* AM RX now allowed everywhere, although the radio really doesn't do AM, the adverts are a con !
* Finer RSSI bar steps
* Nicer/cleaner big numeric font than original QS big numeric font
* Various menu re-wordings - to try and reduce 'WTH does that mean ?'
* Various menu re-wordings - trying to reduce 'WTH does that mean ?'
* + others
# Compiler