diff --git a/sx1302fixes/lora_pkt_fwd.c b/sx1302fixes/lora_pkt_fwd.c index fdbb1e8..cb63c65 100644 --- a/sx1302fixes/lora_pkt_fwd.c +++ b/sx1302fixes/lora_pkt_fwd.c @@ -72,7 +72,7 @@ License: Revised BSD License, see LICENSE.TXT file include in the project #endif #define JSON_CONF_DEFAULT "/opt/iotloragateway/packet_forwarder/sx1302/packet_forwarder/global_conf.json" -#define JSON_CONF_LOCAL "/opt/iotloragateway/packet_forwarder/sx1302/packet_forwarder/local_conf.json" +#define JSON_CONF_LOCAL "/opt/iotloragateway/packet_forwarder/sx1302/packet_forwarder/local_conf.json" #define DEFAULT_SERVER 127.0.0.1 /* hostname also supported */ #define DEFAULT_PORT_UP 1780