Skip to content

Commit a6c8141

Browse files
committed
BugFix: Adds back the function to forward the json data to the lora Bridge
1 parent 1753835 commit a6c8141

File tree

6 files changed

+1788
-49
lines changed

6 files changed

+1788
-49
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME=oc-lora-gw-pf-dev
2-
VERSION=0.03-dev
2+
VERSION=0.04-dev
33
MAINTAINER='Artur Balanuta'
44
DEPS :=
55
WORK_DIR=src

lora_gateway/libloragw/src/loragw_hal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ int lgw_receive(uint8_t max_pkt, struct lgw_pkt_rx_s *pkt_data) {
11921192

11931193
strftime(ts_bufi, sizeof ts_bufi, "%F %T", ts_timeinfo);
11941194
strftime(ts_buff, sizeof ts_buff, "%z", ts_timeinfo);
1195-
printf("|%s.%09ld %s| ", ts_bufi, ts_ns, ts_buff);
1195+
printf("# OPR |%s.%09ld %s| ", ts_bufi, ts_ns, ts_buff);
11961196

11971197
printf("size_bytes:%i ", p->size);
11981198

0 commit comments

Comments
 (0)