-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FM LED problem #301
Comments
Could you reproduce it or should I retest it? |
retested. FM LED doesn't work (with and without USE_ALTERNATE_FM_LEDS) |
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 <[email protected]> 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: