mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-11 17:35:09 +00:00
start1
This commit is contained in:
parent
b00fba9693
commit
4c63dd8bb7
10 changed files with 78 additions and 34 deletions
|
|
@ -185,7 +185,7 @@ namespace LoRa_Utils {
|
|||
if (packet != "") {
|
||||
|
||||
String sender = packet.substring(3, packet.indexOf(">"));
|
||||
if (packet.substring(0,3) == "\x3c\xff\x01" && !STATION_Utils::checkBlackList(sender)){ // avoid processing BlackListed stations
|
||||
if (packet.substring(0,3) == "\x3c\xff\x01" && !STATION_Utils::isBlacklisted(sender)){ // avoid processing BlackListed stations
|
||||
rssi = radio.getRSSI();
|
||||
snr = radio.getSNR();
|
||||
freqError = radio.getFrequencyError();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue