Skip to content

Commit

Permalink
Fixing typo in Config file (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-patel-sls authored Mar 16, 2020
1 parent 8cbf2f9 commit 052325c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/chirpstack-network-server/cmd/configfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ get_downlink_data_delay="{{ .NetworkServer.GetDownlinkDataDelay }}"
# gateway from the match.
# * In case non of the gateways have the desired margin or the uplink
# modulation was not LoRa, then the gateway with the best SNR (or RSSI
in case of FSK) will be selected when sending a downlink.
# in case of FSK) will be selected when sending a downlink.
gateway_prefer_min_margin={{ .NetworkServer.NetworkSettings.GatewayPreferMinMargin }}
# Downlink TX Power (dBm)
Expand Down

0 comments on commit 052325c

Please sign in to comment.