mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-04-04 22:17:23 +00:00
Adding original MMDVM watchdog and LED functions
This commit is contained in:
parent
7d40e245bd
commit
e04551979d
4 changed files with 47 additions and 7 deletions
|
|
@ -331,7 +331,6 @@ void CIO::setTX()
|
|||
|
||||
// PTT pin on
|
||||
PTT_pin(HIGH);
|
||||
LED_pin(LOW);
|
||||
}
|
||||
|
||||
//======================================================================================================================
|
||||
|
|
@ -350,7 +349,6 @@ void CIO::setRX()
|
|||
|
||||
// PTT pin off
|
||||
PTT_pin(LOW);
|
||||
LED_pin(HIGH);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue