now act like a real station
This commit is contained in:
parent
cb78e64251
commit
0fc0588334
@ -70,6 +70,7 @@ void loop()
|
||||
SerialUSB.println(msg.d3, HEX);
|
||||
SerialUSB.println(" ");
|
||||
|
||||
for(int i=0; i<3; i++){
|
||||
SerialUSB.println("Sending packet !");
|
||||
LoRa.beginPacket();
|
||||
LoRa.write((uint8_t*)&msg, 12);
|
||||
@ -78,3 +79,5 @@ void loop()
|
||||
SerialUSB.println("-----------------------------");
|
||||
delay(4000);
|
||||
}
|
||||
delay(10000);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user