Comment position
This commit is contained in:
parent
8d6dda6d64
commit
6f441bd22e
@ -124,8 +124,8 @@ void loop() {
|
||||
tx(myrpt);
|
||||
|
||||
if (myrpt->state > SLEEP && millis() - id >= IDTIME) {
|
||||
/* Repeater is IDLE, bring the transmitter up */
|
||||
serial_writer(&myrpt->serial, "REPEATER: ID");
|
||||
/* Repeater is IDLE, bring the transmitter up */
|
||||
if (!myrpt->transmitter.tx) {
|
||||
myrpt->state = HANG;
|
||||
tx(myrpt);
|
||||
|
Loading…
Reference in New Issue
Block a user