travisgoodspeed / md380tools

Python tools and patched firmware for the TYT-MD380
803 stars 245 forks source link

Radio Stops listening after 5 seconds of inactivity #926

Closed joshs85 closed 3 years ago

joshs85 commented 3 years ago

Hi, on certain versions of the MD380 Non GPS hardware, once flashed and patched with md380 tools, the radio will not work properly. When you first turn it on, it will listen for anything on whatever chanel its on for about 5 seconds. If theres a transmission after that, the radio won't make any noise. If I click the menu button while there is a transmission going over the air, it will all of the sudden start playing.. then it will work until there's another 5 seconds of dead air. This was fixed on my radio previously by implimenting the nosleep.enable fix but it doesn't seem to be working on this version. Could you re add this please? I found a reference to it here.. but couldn't find any more information anywhere.

https://github.com/KD4Z/md380tools-vm/blob/master/init#L98-L106

KD4Z commented 3 years ago

See https://github.com/KD4Z/md380tools-vm/blob/master/Version_5_Hardware_with_MD380tools_firmware.pdf

On Sun, May 9, 2021, 7:37 PM joshs85 @.***> wrote:

Hi, on certain versions of the MD380 Non GPS hardware, once flashed and patched with md380 tools, the radio will not work properly. When you first turn it on, it will listen for anything on whatever chanel its on for about 5 seconds. If theres a transmission after that, the radio won't make any noise. If I click the menu button while there is a transmission going over the air, it will all of the sudden start playing.. then it will work until there's another 5 seconds of dead air. This was fixed on my radio previously by implimenting the nosleep.enable fix but it doesn't seem to be working on this version. Could you re add this please? I found a reference to it here.. but couldn't find any more information anywhere.

https://github.com/KD4Z/md380tools-vm/blob/master/init#L98-L106

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/travisgoodspeed/md380tools/issues/926, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEHW5LJSEIB7SU4XED5FT3DTM4MFDANCNFSM44P2BQPQ .

joshs85 commented 3 years ago

That fixed it. Thanks!