Merge pull request #17 from dforsi/master

Fix default value for gain (need to be multiplied by 10 according the rtl front-end)
pull/24/head^2
Guenael, VA2GKA 2021-11-30 18:25:54 -05:00 zatwierdzone przez GitHub
commit b87c9e4f8c
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

@ -381,7 +381,7 @@ void initDecoder_options() {
/* Default options for the receiver */
void initrx_options() {
rx_options.gain = 29;
rx_options.gain = 290;
rx_options.autogain = 0;
rx_options.ppm = 0;
rx_options.shift = 0;