Skip to content

Commit cb9d97f

Browse files
committed
Remove enable field from Miromico model config.
1 parent 253382d commit cb9d97f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

chirpstack-concentratord-sx1302/src/config/vendor/miromico/gwc_02_lw_868.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ pub fn new(conf: &config::Configuration) -> Result<Configuration> {
2727
radio_config: vec![
2828
RadioConfig {
2929
tx_min_max_freqs,
30-
enable: true,
3130
radio_type: hal::RadioType::SX1250,
3231
single_input_mode: true,
3332

@@ -156,7 +155,6 @@ pub fn new(conf: &config::Configuration) -> Result<Configuration> {
156155
],
157156
},
158157
RadioConfig {
159-
enable: true,
160158
radio_type: hal::RadioType::SX1250,
161159
single_input_mode: false,
162160
rssi_offset: -215.4,

0 commit comments

Comments
 (0)