Skip to content

Commit

Permalink
sx1302: Fix default model value.
Browse files Browse the repository at this point in the history
Closes #188.
  • Loading branch information
brocaar committed Oct 28, 2024
1 parent 2f3c3b1 commit 073b03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chirpstack-concentratord-sx1302/src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ fn example_configuration() -> Configuration {
Configuration {
gateway: Gateway {
lorawan_public: true,
model: "rak_2287_eu868".to_string(),
model: "rak_2287".to_string(),
concentrator: Concentrator {
multi_sf_channels: [
868100000, 868300000, 868500000, 867100000, 867300000, 867500000, 867700000,
Expand Down

0 comments on commit 073b03c

Please sign in to comment.