mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-06-30 23:11:24 +02:00
final mods to test outputbuffer
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user