From 4977430ef31fb52994fed42b9cb180930ed943d0 Mon Sep 17 00:00:00 2001 From: Sylvain Miermont Date: Tue, 22 Oct 2013 18:23:52 +0200 Subject: Beta 8 - API: lgw_receive now return info on RX frequency and RF path for each packet (no need to keep track of RF/IF settings) - Unified some portion of the code with the 470 MHz variant of the HAL (use SX1255 radios instead of SX1257) - Improved AGC and ARB firmwares - Adding -Wall -Wextra for compilation, fixing all the new warnings for cleaner code - Fixed bugs in handling of FSK datarate - test_loragw_hal now dumps the content of all Lora registers after configuration in reg_dump.log --- loragw_pkt_logger/local_conf.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 loragw_pkt_logger/local_conf.json (limited to 'loragw_pkt_logger/local_conf.json') diff --git a/loragw_pkt_logger/local_conf.json b/loragw_pkt_logger/local_conf.json new file mode 100644 index 0000000..624893d --- /dev/null +++ b/loragw_pkt_logger/local_conf.json @@ -0,0 +1,5 @@ +{ + "gateway_conf": { + "gateway_ID": "AA555A0000000101" + } +} -- cgit v1.2.3