final mods to test outputbuffer

This commit is contained in:
richonguzman
2024-04-20 10:06:22 -04:00
parent 8f1629abbc
commit 7987ceb262
5 changed files with 5 additions and 19 deletions
-2
View File
@@ -1,7 +1,6 @@
#include <WiFi.h>
#include "kiss_utils.h"
#include "kiss_protocol.h"
//#include "lora_utils.h"
#include "configuration.h"
#include "station_utils.h"
#include "utils.h"
@@ -77,7 +76,6 @@ namespace TNC_Utils {
if (Config.tnc.acceptOwn || sender != Config.callsign) {
STATION_Utils::addToOutputPacketBuffer(frame);
//LoRa_Utils::sendNewPacket(frame);
} else {
Utils::println("Ignored own frame from KISS");
}