Skip to content

Releases: kamilsss655/uv-k5-firmware-custom

release v.20.5

03 Feb 21:06
b655393
Compare
Choose a tag to compare

Tip

For the latest releases check out patreon.com/kamilsss655 or https://ko-fi.com/kamilsss655

🗲FLASH WITH A BROWSER🗲

Features:

  • ✨✨ new messenger modulations available in menu MsgMod ✨✨
    • FSK 450 - for bad conditions
    • FSK 700 - for medium conditions
    • AFSK 1.2K - for good conditions
  • new messenger menu options:
    • MsgEnc - determines whether outgoing messages will be encrypted
    • MsgRx - determines whether fsk modem will listen for new messages
    • MsgAck - determines whether the radio will automatically respond to messages with ACK

Fixes:

  • FSK audio mute will be disabled when listening to CTCSS enabled channels (if it causes more random mutes, it will be disabled completely, it can now also be disabled with ENABLE_MESSENGER_FSK_MUTE Makefile flag)
  • slightly lowered FSK TX deviation for 25k bandwidth

release v.20.4

02 Feb 15:21
5fbb556
Compare
Choose a tag to compare

🗲FLASH WITH A BROWSER🗲

Fixes:

  • fix #111 false positive message rx
  • fix #116 Triggering the 1750 Hz tone by pressing PTT+Fn2 also triggers actions

release v.20.3

02 Feb 12:25
faf4947
Compare
Choose a tag to compare

🗲FLASH WITH A BROWSER🗲

Fixes:

  • fix: messenger long message ack display
  • fix: ENABLE_MESSENGER_UART Makefile flag by @cb1986ster by importing appropriate changes from @spm81

Changes:

  • acked messages display + sign at the beginning of the message line, instead of the end of the line

release v.20.2.1

01 Feb 09:08
4bf3da5
Compare
Choose a tag to compare

🗲FLASH WITH A BROWSER🗲

Fixes:

  • fix #118 audio stops randomly

release v.20.2

31 Jan 17:28
eaadce9
Compare
Choose a tag to compare

🗲FLASH WITH A BROWSER🗲

Fixes:

  • fix #68 mic on during messenger tx
  • fix #114 backlight switched to high if you scroll down through settings
  • fix: messenger only ACK message and encrypted message packets
  • fix: enc key initialization after boot
  • fix: spectrum auto frequency step was wrong when frequency spectrum was entered for the first time after boot
  • other minor fixes and adjustments to messenger

Changes:

  • RP STE menu item removed (undocumented functionality that didn't work anyway)

release v.20.1

30 Jan 18:19
8333de6
Compare
Choose a tag to compare

🗲FLASH WITH A BROWSER🗲

Features:

  • spectrum attenuate, blacklist, normalize functions are now available in
    • channel mode
    • frequency mode
    • scan range mode
  • there were a lot of confusion even for me with the different keybindings across different spectrum modes, so now key bindings are unified across all spectrum modes:
    • KEY FN1 blacklist
    • KEY FN2 attenuate
    • KEY 2 normalize
    • KEY 8 toggle backlight
  • attenuate usage has been simplified so now it can be applied anytime to current peak bar
  • spectrum attenuate, blacklist, normalize modifiers reset if we switch spectrum modes

Changes

  • spectrum attenuate function doesn't work when there are more than 128x samples, so it cannot be activated in such case to prevent errors
  • spectrum frequency change step adjustment with KEY 2 and KEY 8 has been removed and is now always auto-adjusted to half a spectrum bandwidth, and its display have been replaced with status indicators for blacklist and attenuate functions

Fixes:

  • fixed messenger to work reliably with all the channel bandwidths
    • deviations for all the channel bandwidths have been calibrated
  • 🎉 fix #106 by a new developer @T1MOXA who found the bug and submitted the first contributor pull request for this project 🎉

🎉 Also shout out to @ErikS-web, who is doing a great job working on the Wiki! 🎉

release v.20

26 Jan 15:49
d7c27d0
Compare
Choose a tag to compare

🗲FLASH WITH A BROWSER🗲

Features:

  • ✨✨ new ChaCha20 256 bit encryption for the messenger ✨✨
    • allows sending and receiving encrypted messages
    • new EncKey menu item
    • for more details please see the encryption
    • if you are testing with two radios locally make sure:
      • TX on LOW power
      • use 25k bandwidth
      • make sure there is at least 1 meter distance between two devices

Fixes:

  • issue #68 fixed

release v.19.10

22 Jan 17:10
047b1fb
Compare
Choose a tag to compare

🗲FLASH WITH A BROWSER🗲

Fixes:

  • fixed #90 DUAL WATCH RESPOND not responding on the right frequency
  • radio transmitted 1kHz tone if screen was dimmed (reported by LordVertice at egzumer#405)
  • memory channel copy to VFO was bugged, when PTT pressed it transmitted on a different frequency
  • fixed #86 by importing @egzumer fix

release v.19.9

21 Jan 12:07
9927294
Compare
Choose a tag to compare

🗲FLASH WITH A BROWSER🗲

Fixes:

  • fix AM audio clipping in spectrum bug introduced in v.19.4
    • the sticky squelch solution was resetting the AGC during RX, so the audio was overloaded each time the AGC was reset
  • #76 - remove beep on startup option
  • add slight delay to spectrum RSSI read during active RX to save battery life
  • charging indicator turned off, as it doesn't work anyway

release v.19.8

20 Jan 15:50
12bf25a
Compare
Choose a tag to compare

🗲FLASH WITH A BROWSER🗲

Features

  • ✨✨ new spectrum channel mode attenuate function ✨✨
    • sometimes there is a channel that has some interference, opening squelch randomly etc., before we had to either blacklist such channel or move the squelch threshold line higher, with this feature we can just attenuate particular channel
    • in order to use it press F2 when RX is on, it will apply attenuation to the currently listened channel
  • ✨✨ new spectrum channel mode indicators ✨✨
    • BL - blacklist applied indicator
    • ATT - attenuation applied indicator
    • N(0x) - normalization function applied indicator
  • screen auto-adjusts after normalization function has been applied

Changes

  • key assignment changes in spectrum channel mode:
    • KEY 2 normalization function toggle
    • KEY 8 backlight toggle

Fixes

  • fixed normalize function toggle to work more reliably (previous release fix)