Open iddq opened 4 years ago
Could you reproduce it or should I retest it?
retested. FM LED doesn't work (with and without USE_ALTERNATE_FM_LEDS) self test is ok.
CIO::setMode is not called on entering/leaving FM mode
Are you using FM on master or M17_AX25_FM branch?
Sent from Yahoo Mail for iPhone
On Monday, November 23, 2020, 20:45, Gabor notifications@github.com wrote:
CIO::setMode is not called on entering/leaving FM mode
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
master commit 061e10e3958d224fe4703e2c86de4ac422d568d8
Hello,
For test I changed the FM LED PIN to 73 and I didn't see any activity, FM LED's state doesn't change. DMR LED is ok.
//USE_ALTERNATE_FM_LEDS
define MODE_LEDS
elif defined(ARDUINO_DUE_NTH)
define PIN_DMR 72
define PIN_FM 73
Can you please help me?