Skip to content

Releases: egzumer/uv-k5-firmware-custom

release v0.14

26 Oct 16:49
Compare
Choose a tag to compare

🗲FLASH WITH A BROWSER🗲

Changes:

  • Fixed offset input menu not working properly
  • New configurable button function: VFO/MR
  • Changed airband upper limit from 136MHz to 137MHz
  • MENU button now saves frequency/channel scan result (same as PTT, EXIT still discards the search and goes back to initial channel/frequency)
  • Scanner now remembers last found frequency/channel and goes to it when scan result is accepted (PTT or MENU as stated above)
  • piotr022 style S-meter
  • Backlight intensity setting, menu BLMin, BLMax. BLMax is what ON was before, BLMin is what OFF was.
  • Imported 1o11's small changes to AM fix and RF gains settings.

release v0.13

22 Oct 00:48
Compare
Choose a tag to compare

🗲FLASH WITH A BROWSER🗲

Changes:

  • fixed STE not working, revert to standard squelch tail (ENABLE_CTCSS_TAIL_PHASE_SHIFT = 0)
  • fixed another bug in RSSI calibration
  • display and allow input of >1GHz frequencies (press band switch on F6 band or manually input all 9 to get into the 1GHz range, the input box switches modes and allows input of an extra digit)
  • reduce EEPROM wear by not overwriting unchanged data
  • extra side-key functions: key lock, switch VFOs
  • copy channel to frequency mode changed from long press MENU button to 1 BAND function button
  • added menu configurable long-press function for MENU button (menu: M Long)

release v0.12

17 Oct 20:12
Compare
Choose a tag to compare

🗲FLASH WITH A BROWSER🗲

Changes:

  • Fixed copy channel to VFO function acting on the opposite VFO
  • Fixed channel scanning on the opposite VFO
  • Fixed restoring channel number/frequency on scan exit
  • Added side buttons function configuration menu
  • Menu items reordered, channel and radio settings separated, less important setting more in the middle, similar functions closer to each other, Reset moved to the hidden menu.

release v0.11

16 Oct 11:33
Compare
Choose a tag to compare

🗲FLASH WITH A BROWSER🗲

Changes:

  • T VFO and DUALRX consolidated into one RXMODE. The functionality is exactly the same, but representation is more clear I think.
    • MAIN ONLY - Tx and Rx on the selected upper or lower frequency, no dual watch
    • DUAL RX RESPOND - monitors both frequencies, if transmission is received on secondary frequency it becomes a Tx frequency for a couple of seconds so you can respond to a call
    • CROSS BAND - primary frequency always for Tx, secondary always for Rx
    • MAIN TX DUAL RX - Tx always on primary frequency, monitors both frequencies for Rx
  • SOS added as a 3rd function of the flashlight
  • Modified menu labels, lower case, some names changed
  • Fixed RSSI EEPROM calibration reading
  • Fixed some small bugs

release v0.10

10 Oct 17:44
Compare
Choose a tag to compare

🗲FLASH WITH A BROWSER🗲

Changes:

  • Fixed unable to lock/unlock keys when FM radio is active
  • Fixed permanent TX when PTT pressed while scanning
  • Fixed power save never activated

release v0.9

09 Oct 20:05
Compare
Choose a tag to compare

🗲FLASH WITH A BROWSER🗲

Changes:

  • Fixed random upper/lower VFO used for TX, when dual watch is switched on
  • Fixed battery symbol always with 4 bars bug
  • Don't update battery state (don't show voltage/percentage drop) when TX, like it used to be.
  • Fixed the DTMF input box bug

Build options:

ENABLE_CLANG := 0
ENABLE_SWD := 0
ENABLE_OVERLAY := 0
ENABLE_LTO := 1
ENABLE_UART := 1
ENABLE_AIRCOPY := 0
ENABLE_FMRADIO := 1
ENABLE_NOAA := 0
ENABLE_VOICE := 0
ENABLE_VOX := 1
ENABLE_ALARM := 0
ENABLE_TX1750 := 0
ENABLE_PWRON_PASSWORD := 0
ENABLE_BIG_FREQ := 1
ENABLE_SMALL_BOLD := 1
ENABLE_KEEP_MEM_NAME := 1
ENABLE_WIDE_RX := 1
ENABLE_TX_WHEN_AM := 0
ENABLE_F_CAL_MENU := 0
ENABLE_CTCSS_TAIL_PHASE_SHIFT := 1
ENABLE_BOOT_BEEPS := 0
ENABLE_SHOW_CHARGE_LEVEL := 1
ENABLE_REVERSE_BAT_SYMBOL := 1
ENABLE_CODE_SCAN_TIMEOUT := 0
ENABLE_AM_FIX := 1
ENABLE_AM_FIX_SHOW_DATA := 0
ENABLE_SQUELCH_MORE_SENSITIVE := 1
ENABLE_FASTER_CHANNEL_SCAN := 1
ENABLE_RSSI_BAR := 1
ENABLE_AUDIO_BAR := 1
ENABLE_COPY_CHAN_TO_VFO := 1
ENABLE_SPECTRUM := 1

Note:

This firmware was built with a new experimental option that reduces size of compiled firmware but might break EEPROM reads.

Sources versions:

https://github.com/OneOfEleven/uv-k5-firmware-custom/tree/83c3c8ce1c5377e0a79ab667608ac6bc44a16a9f (not all of the changes)

https://github.com/fagci/uv-k5-firmware-fagci-mod/tree/ffe1573a4b6726a9d870f30d8ef567189c95c936

release v0.8

06 Oct 18:11
Compare
Choose a tag to compare

🗲FLASH WITH A BROWSER🗲

Changes:

  • merged new 1o11 changes
    • Dual watch doesn't have to be turned off for copy channel to VFO (long press M key)
    • Squelch tuning
    • Remember scan ALL channels option across power cycles
    • Fast frequency mode scanning
  • Turned on the "squelch more sensitive" build option
  • Fixed shifted key numbers in frequency input box in spectrum analyzer

Build options:

ENABLE_CLANG := 0
ENABLE_SWD := 0
ENABLE_OVERLAY := 0
ENABLE_LTO := 1
ENABLE_UART := 1
ENABLE_AIRCOPY := 0
ENABLE_FMRADIO := 1
ENABLE_NOAA := 0
ENABLE_VOICE := 0
ENABLE_VOX := 1
ENABLE_ALARM := 0
ENABLE_TX1750 := 0
ENABLE_PWRON_PASSWORD := 0
ENABLE_BIG_FREQ := 1
ENABLE_SMALL_BOLD := 1
ENABLE_KEEP_MEM_NAME := 1
ENABLE_WIDE_RX := 1
ENABLE_TX_WHEN_AM := 0
ENABLE_F_CAL_MENU := 0
ENABLE_CTCSS_TAIL_PHASE_SHIFT := 1
ENABLE_BOOT_BEEPS := 0
ENABLE_SHOW_CHARGE_LEVEL := 1
ENABLE_REVERSE_BAT_SYMBOL := 1
ENABLE_CODE_SCAN_TIMEOUT := 0
ENABLE_AM_FIX := 1
ENABLE_AM_FIX_SHOW_DATA := 0
ENABLE_SQUELCH_MORE_SENSITIVE := 1
ENABLE_FASTER_CHANNEL_SCAN := 1
ENABLE_RSSI_BAR := 1
ENABLE_AUDIO_BAR := 1
ENABLE_COPY_CHAN_TO_VFO := 1
ENABLE_SPECTRUM := 1

Note:

This firmware was built with a new experimental option that reduces size of compiled firmware but might break EEPROM reads.

Sources versions:

https://github.com/OneOfEleven/uv-k5-firmware-custom/tree/5397b3ee88b1c63b85207f5d0f1f8c3e48c2c758
https://github.com/fagci/uv-k5-firmware-fagci-mod/tree/ffe1573a4b6726a9d870f30d8ef567189c95c936

release v0.7

04 Oct 23:13
Compare
Choose a tag to compare

🗲FLASH WITH A BROWSER🗲

Changes:

  • merged new 1o11 changes
    • Copy channel to VFO (long press M key, dual watch has to be turned off)
    • Compander bug fixed
    • Battery calibration updated (go to the BATCAL in the menu and confirm the setting to recalculate battery icon levels)
    • Scanlist toggle switch (long press Scan button while scanning channels)

Build options:

ENABLE_SWD := 0
ENABLE_OVERLAY := 0
ENABLE_LTO := 1
ENABLE_UART := 1
ENABLE_AIRCOPY := 0
ENABLE_FMRADIO := 1
ENABLE_NOAA := 0
ENABLE_VOICE := 0
ENABLE_VOX := 1
ENABLE_ALARM := 0
ENABLE_TX1750 := 1
ENABLE_BIG_FREQ := 1
ENABLE_SMALL_BOLD := 1
ENABLE_KEEP_MEM_NAME := 1
ENABLE_WIDE_RX := 1
ENABLE_TX_WHEN_AM := 0
ENABLE_F_CAL_MENU := 0
ENABLE_CTCSS_TAIL_PHASE_SHIFT := 1
ENABLE_MAIN_KEY_HOLD := 1
ENABLE_BOOT_BEEPS := 0
ENABLE_SHOW_CHARGE_LEVEL := 1
ENABLE_REVERSE_BAT_SYMBOL := 1
ENABLE_CODE_SCAN_TIMEOUT := 0
ENABLE_AM_FIX := 1
ENABLE_AM_FIX_SHOW_DATA := 0
ENABLE_SQUELCH_LOWER := 0
ENABLE_FASTER_CHANNEL_SCAN := 1
ENABLE_RSSI_BAR := 1
ENABLE_AUDIO_BAR := 1
ENABLE_COPY_CHAN_TO_VFO := 1
ENABLE_SPECTRUM := 1

Note:

This firmware was built with a new experimental option that reduces size of compiled firmware but might break EEPROM reads.

Sources versions:

https://github.com/OneOfEleven/uv-k5-firmware-custom/tree/a6324ffcf8f68d47e6bae3e83b73c436699f34ea
https://github.com/fagci/uv-k5-firmware-fagci-mod/tree/ffe1573a4b6726a9d870f30d8ef567189c95c936

release v0.6

03 Oct 19:24
Compare
Choose a tag to compare

🗲FLASH WITH A BROWSER🗲

❗❗❗The original Portable Radio Updater incorrectly reports oversized file❗❗❗

Changes:

  • fixed communication error (CHIRP/CPS error)

Build options:

ENABLE_SWD := 0
ENABLE_OVERLAY := 0
ENABLE_LTO := 1
ENABLE_UART := 1
ENABLE_AIRCOPY := 0
ENABLE_FMRADIO := 1
ENABLE_NOAA := 0
ENABLE_VOICE := 0
ENABLE_ALARM := 1
ENABLE_TX1750 := 0
ENABLE_BIG_FREQ := 1
ENABLE_SMALL_BOLD := 1
ENABLE_KEEP_MEM_NAME := 1
ENABLE_WIDE_RX := 1
ENABLE_TX_WHEN_AM := 0
ENABLE_F_CAL_MENU := 0
ENABLE_CTCSS_TAIL_PHASE_SHIFT := 1
ENABLE_MAIN_KEY_HOLD := 1
ENABLE_BOOT_BEEPS := 0
ENABLE_COMPANDER := 1
ENABLE_SHOW_CHARGE_LEVEL := 1
ENABLE_REVERSE_BAT_SYMBOL := 1
ENABLE_CODE_SCAN_TIMEOUT := 0
ENABLE_AM_FIX := 1
ENABLE_AM_FIX_SHOW_DATA := 0
ENABLE_SQUELCH_LOWER := 0
ENABLE_FASTER_CHANNEL_SCAN := 1
ENABLE_RSSI_BAR := 1
ENABLE_AUDIO_BAR := 1
ENABLE_SPECTRUM := 1

Note:

This firmware was built with a new experimental option that reduces size of compiled firmware but might break EEPROM reads.

Sources versions:

https://github.com/OneOfEleven/uv-k5-firmware-custom/tree/f8aaf47374a3572e7f4da6f2bd249e2547949649
https://github.com/fagci/uv-k5-firmware-fagci-mod/tree/ffe1573a4b6726a9d870f30d8ef567189c95c936

release v0.5

03 Oct 17:13
Compare
Choose a tag to compare

🗲FLASH WITH A BROWSER🗲

❗❗❗The original Portable Radio Updater incorrectly reports oversized file❗❗❗

Changes:

  • merged new 1o11 changes
    • New BLT RX menu option (backlight on RX)
  • Split key 5 function: long press - toggle scan list assignment, F+5 - spectrum analyzer

Build options:

ENABLE_SWD := 0
ENABLE_OVERLAY := 0
ENABLE_LTO := 1
ENABLE_UART := 1
ENABLE_AIRCOPY := 0
ENABLE_FMRADIO := 1
ENABLE_NOAA := 0
ENABLE_VOICE := 0
ENABLE_ALARM := 1
ENABLE_TX1750 := 0
ENABLE_BIG_FREQ := 1
ENABLE_SMALL_BOLD := 1
ENABLE_KEEP_MEM_NAME := 1
ENABLE_WIDE_RX := 1
ENABLE_TX_WHEN_AM := 0
ENABLE_F_CAL_MENU := 0
ENABLE_CTCSS_TAIL_PHASE_SHIFT := 1
ENABLE_MAIN_KEY_HOLD := 1
ENABLE_BOOT_BEEPS := 0
ENABLE_COMPANDER := 1
ENABLE_SHOW_CHARGE_LEVEL := 1
ENABLE_REVERSE_BAT_SYMBOL := 1
ENABLE_CODE_SCAN_TIMEOUT := 0
ENABLE_AM_FIX := 1
ENABLE_AM_FIX_SHOW_DATA := 0
ENABLE_SQUELCH_LOWER := 0
ENABLE_FASTER_CHANNEL_SCAN := 1
ENABLE_RSSI_BAR := 1
ENABLE_AUDIO_BAR := 1
ENABLE_SPECTRUM := 1

Note:

This firmware was built with a new experimental option that reduces size of compiled firmware but might break EEPROM reads.

Sources versions:

https://github.com/OneOfEleven/uv-k5-firmware-custom/tree/f8aaf47374a3572e7f4da6f2bd249e2547949649
https://github.com/fagci/uv-k5-firmware-fagci-mod/tree/ffe1573a4b6726a9d870f30d8ef567189c95c936