Update esp32_loraprs.ino

pull/15/head
sh123 2020-06-15 13:19:39 +03:00 zatwierdzone przez GitHub
rodzic 4cd99b9dfc
commit 5bd3dbc61e
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

@ -40,7 +40,7 @@ void initializeConfig() {
cfg.WifiKey = "<wifi key>";
// configuration flags and features
cfg.EnableAutoFreqCorrection = true; // automatic tune to any incoming packet frequency
cfg.EnableAutoFreqCorrection = false; // automatic tune to any incoming packet frequency
cfg.EnableSignalReport = true; // signal report will be added to the comment sent to aprsis
cfg.EnablePersistentAprsConnection = true; // keep aprsis connection open, otherwise connect on new data only
cfg.EnableRfToIs = true; // send data from rf to aprsis