Tx led fix & UI tweak & Rx frequency

This commit is contained in:
dqs105 2020-08-23 17:41:31 +08:00
parent 4197b5c083
commit 0f88efc44e
3 changed files with 70 additions and 20 deletions

View file

@ -157,13 +157,14 @@ bool set_tuning_frequency(const rf::Frequency frequency) {
void set_rf_amp(const bool rf_amp) {
rf_path.set_rf_amp(rf_amp);
/*
if (direction == rf::Direction::Transmit) {
if (rf_amp)
led_tx.on();
else
led_tx.off();
}
*/
}
void set_lna_gain(const int_fast8_t db) {