From 016b1759685eae4dfff870975c07cee63d0813f4 Mon Sep 17 00:00:00 2001 From: Aaron Shaw Date: Thu, 26 Aug 2021 06:39:37 +0100 Subject: [PATCH] Update lora_pkt_fwd.c --- sx1302fixes/lora_pkt_fwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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