setPreamble option added for LibAPRS

pull/3/head
lightaprs 2020-01-17 21:26:37 +03:00
rodzic 829ad8d912
commit f91cc2da7e
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -105,6 +105,8 @@ void setup() {
APRS_setPath2("WIDE2", Wide2);
APRS_useAlternateSymbolTable(alternateSymbolTable);
APRS_setSymbol(Symbol);
//increase following value (for example to 500UL) if you experience packet loss/decode issues.
APRS_setPreamble(350UL);
APRS_setPathSize(pathSize);
configDra818(Frequency);

Wyświetl plik

@ -103,6 +103,8 @@ void setup() {
APRS_setPath2("WIDE2", Wide2);
APRS_useAlternateSymbolTable(alternateSymbolTable);
APRS_setSymbol(Symbol);
//increase following value (for example to 500UL) if you experience packet loss/decode issues.
APRS_setPreamble(350UL);
APRS_setPathSize(pathSize);
AprsPinInput;