You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: layers/loraserver/meta-loraserver/recipes-loraserver/lora-gateway-bridge/lora-gateway-bridge/lora-gateway-bridge.toml
-36Lines changed: 0 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -22,42 +22,6 @@ type="semtech_udp"
22
22
# packet-forwarder matches this port.
23
23
udp_bind = "0.0.0.0:1700"
24
24
25
-
# Managed packet-forwarder configuration.
26
-
#
27
-
# By configuring one or multiple managed packet-forwarder sections, the
28
-
# LoRa Gateway Bridge updates the configuration when the backend receives
29
-
# a configuration change, after which it will restart the packet-forwarder.
30
-
#
31
-
# Example (this configuration can be repeated):
32
-
#
33
-
# [[backend.semtech_udp.configuration]]
34
-
# # Gateway ID.
35
-
# #
36
-
# # The LoRa Gateway Bridge will only apply the configuration updates for this
37
-
# # gateway ID.
38
-
# gateway_id="0102030405060708"
39
-
40
-
# # Base configuration file.
41
-
# #
42
-
# # This file will be used as base-configuration and will not be overwritten on
43
-
# # a configuration update. This file needs to exist and contains the base
0 commit comments