From 5d3cfe79bda4189be9b5c1aae773422b235aa16b Mon Sep 17 00:00:00 2001 From: egzumer Date: Wed, 8 Nov 2023 12:10:46 +0100 Subject: [PATCH] Created Differences from QS stock firmware (markdown) --- Differences-from-QS-stock-firmware.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Differences-from-QS-stock-firmware.md diff --git a/Differences-from-QS-stock-firmware.md b/Differences-from-QS-stock-firmware.md new file mode 100644 index 0000000..72e6685 --- /dev/null +++ b/Differences-from-QS-stock-firmware.md @@ -0,0 +1,20 @@ +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). \ No newline at end of file