This commit is contained in:
richonguzman 2023-02-17 13:27:44 -03:00
parent 5f5a5cf7ae
commit c675552b5f
1 changed files with 0 additions and 2 deletions

View File

@ -157,7 +157,6 @@ void setup() {
void loop() {
//APRS_IS_READ();
/*
String receivedPacket = "";
static bool beacon_update = true;
@ -181,5 +180,4 @@ void loop() {
lastTxTime = millis();
beacon_update = false;
}
*/
}