Updated note for setSyncBits example

pull/44/head
mmrein 2019-09-16 19:54:49 +02:00 zatwierdzone przez GitHub
rodzic c543a42124
commit 9bb8586beb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -75,7 +75,7 @@ void setup() {
}
// FSK modem on SX126x can handle the sync word setting in bits, not just
// whole bytes. The value used is LSB first.
// whole bytes. The value used is left-justified.
// This makes same result as fsk.setSyncWord(syncWord, 8):
state = fsk.setSyncBits(syncWord, 64);
// This will use 0x012 as sync word (12 bits only):