ID on boot

This commit is contained in:
Jim Colderwood 2024-04-02 10:52:32 +01:00
parent 70772219c7
commit 0c43a44956

View File

@ -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;