mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-22 08:01:23 -04:00
Tuned 300 baud settings
This commit is contained in:
parent
16e989c680
commit
1c2d1b484b
5 changed files with 25 additions and 69 deletions
|
@ -196,7 +196,7 @@ void config_set_output_gain(uint8_t gain) {
|
|||
}
|
||||
|
||||
void config_set_input_gain(uint8_t gain) {
|
||||
vref_setADC(0xFF - gain);
|
||||
vref_setADC(gain);
|
||||
}
|
||||
|
||||
void config_set_passall(uint8_t passall) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue