Skip to content

Commit

Permalink
Merge pull request #150 from DO1OLI/master
Browse files Browse the repository at this point in the history
YSF LED was not functional
  • Loading branch information
juribeparada authored Sep 25, 2022
2 parents a494831 + ba19e26 commit 5e6ac20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ bin/

GitVersion\.h

.vscode/
2 changes: 1 addition & 1 deletion IO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ void CIO::setMode(MMDVM_STATE modemState)
#if defined(USE_ALTERNATE_M17_LEDS)
if (modemState != STATE_M17) {
#endif
YSF_pin(modemState == STATE_DSTAR);
YSF_pin(modemState == STATE_YSF);
P25_pin(modemState == STATE_P25);
#if defined(USE_ALTERNATE_M17_LEDS)
}
Expand Down

0 comments on commit 5e6ac20

Please sign in to comment.