amnemonic / Quansheng_UV-K5_Firmware

Quansheng UV-K5 Firmware
620 stars 124 forks source link

mod_piotr022_rssi_sbar unlocks TX on all bands above F3 #72

Closed whosmatt closed 7 months ago

whosmatt commented 11 months ago

https://github.com/amnemonic/Quansheng_UV-K5_Firmware/blob/7297573a468bd8da714dd43a75a626db4450e401/uvmod_kitchen/mod_piotr022_rssi_sbar.py#L17C1-L17C1

Discovered and detailed here: https://github.com/whosmatt/uvmod/issues/6

Can someone test if this happens with the uvkitchen mod as well?

lohtse commented 11 months ago

so is it allowimg TX on more bands ?

whosmatt commented 11 months ago

yeah, so it seems. if you could do more testing with the python mod, and also with the compiled firmware that would be great, since this is a somewhat dangerous bug

On Wed, Aug 9, 2023, 21:01 lohtse @.***> wrote:

so is it allowimg TX on more bands ?

— Reply to this email directly, view it on GitHub https://github.com/amnemonic/Quansheng_UV-K5_Firmware/issues/72#issuecomment-1671979696, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACSFI24PCRZGPVVUOTABJZDXUPNARANCNFSM6AAAAAA3KNH2WU . You are receiving this because you authored the thread.Message ID: @.***>

amnemonic commented 11 months ago

Default firmware file with rssi bar from piotr22 have other mods included out of the box. When creating mod_piotr022_rssi_sbar I pulled only part with RSSI bar so if you don't include other mods you should only get RSSI bar.

whosmatt commented 10 months ago

I did some testing

Stock should be F1: 50.0000-76.0000MHz (RX only) F2: 108-.0000-135.9750MHz (RX only) F3: 136.0000-173.9750MHz (TX and RX both) F4: 174.0000-349.9750MHz (RX only) F5: 350.0000-399.9750MHz (RX only) F6: 400.0000-469.9750MHz (TX and RX both) F7: 470.0000-600.0000MHz (RX only)

But with RSSI firmware I got F1: 50.0000-76.0000MHz (RX only) No TX F2: 108-.0000-135.9750MHz (RX only) No TX F3: 136.0000-173.9750MHz (TX and RX both) TX F4: 174.0000-349.9750MHz (RX only) TX F5: 350.0000-399.9750MHz (RX only) TX F6: 400.0000-469.9750MHz (TX and RX both) TX F7: 470.0000-600.0000MHz (RX only) TX

@piotr022