tmiw / ezDV

A FreeDV device based on the ESP32.
89 stars 4 forks source link

Analog Mode Rx not working after Tx #27

Closed onemikedelta closed 7 months ago

onemikedelta commented 7 months ago

In analog mode audio routing is ok after device reset. Transmit is also ok. However, It is not routing back the radio audio to the user audio. Used firmware: ezdv-20231122-full

tmiw commented 7 months ago

I believe https://github.com/tmiw/ezDV/commit/89552ddb52b05465ed2de981ccec28808de11187 will fix this based on my testing with SmartSDR and the Flex 6300 here. The issue was that there was logic missing to return to RX mode when in analog; I suspect if you push the Mode button after letting go of PTT to switch to e.g. 700D (and then go back to analog), RX will start working fine again.

Anyway, feel free to update here if it's still not solved after the next FW update and I'll reopen and investigate further.