ID on boot
This commit is contained in:
parent
70772219c7
commit
0c43a44956
@ -30,10 +30,9 @@ void loop() {
|
|||||||
myrpt->params.pip_gw_letter = PIP_GW_LETTER;
|
myrpt->params.pip_gw_letter = PIP_GW_LETTER;
|
||||||
|
|
||||||
delay(1000);
|
delay(1000);
|
||||||
|
myrpt->transmitter.tx = true;
|
||||||
|
sendID(myrpt);
|
||||||
myrpt->state = SLEEP;
|
myrpt->state = SLEEP;
|
||||||
digitalWrite(PTT,HIGH);
|
|
||||||
digitalWrite(GWPTT, false);
|
|
||||||
|
|
||||||
|
|
||||||
unsigned long ht = millis();
|
unsigned long ht = millis();
|
||||||
unsigned long tot = ht;
|
unsigned long tot = ht;
|
||||||
|
Loading…
Reference in New Issue
Block a user