We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253382d commit cb9d97fCopy full SHA for cb9d97f
chirpstack-concentratord-sx1302/src/config/vendor/miromico/gwc_02_lw_868.rs
@@ -27,7 +27,6 @@ pub fn new(conf: &config::Configuration) -> Result<Configuration> {
27
radio_config: vec![
28
RadioConfig {
29
tx_min_max_freqs,
30
- enable: true,
31
radio_type: hal::RadioType::SX1250,
32
single_input_mode: true,
33
@@ -156,7 +155,6 @@ pub fn new(conf: &config::Configuration) -> Result<Configuration> {
156
155
],
157
},
158
159
160
161
single_input_mode: false,
162
rssi_offset: -215.4,
0 commit comments