Updated Radio operation (markdown)

egzumer
2023-11-08 12:08:09 +01:00
parent 769977e55b
commit 8020bf1b99

@@ -80,26 +80,3 @@ Menu items for DTMF calling:
* `D Prel` - DTMF call preload, time from the RF path activation to when the DTMF codes start being sent, higher value gives the receiving radio time to detect the signal and open squelch on time so it will not loose the codes
* `D Decd` - turns on the DTMF decoding
* `D List` - list of DTMF contacts
# Not all original features are available in this firmware.
Because the size of the firmware is limited (60kB), not all functionalities may be available in the firmware. That is why a choice was made so that other functionality could be realized in the radio.
The menu has also been adjusted as a result. See [Menu](https://github.com/egzumer/uv-k5-firmware-custom/wiki/Menu) for a current description.
The most important differences compared to the original firmware are:
> ENABLE_AIRCOPY := 0
>
> ENABLE_NOAA := 0
>
> ENABLE_VOICE := 0
>
> ENABLE_ALARM := 0
>
> ENABLE_TX1750 := 0
>
> ENABLE_PWRON_PASSWORD := 0
If you want to change something here, read the **README.md** under [User customization](https://github.com/egzumer/uv-k5-firmware-custom/blob/main/README.md#user-customization).