From 368996c0cc78f732c8c7fa9d40c491ae7ede5763 Mon Sep 17 00:00:00 2001 From: Thomas <35669080+DL3EL@users.noreply.github.com> Date: Tue, 31 May 2022 15:58:57 +0200 Subject: [PATCH] Update configuration.h --- src/configuration.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/configuration.h b/src/configuration.h index c7dae47..08e0042 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -25,7 +25,7 @@ public: int min_bcn; }; - Beacon() : callsign("NOCALL-10"), path("WIDE1-1"), message("LoRa Tracker"), timeout(1), symbol("["), overlay("/"), enhance_precision(true) { + Beacon() : callsign("NOCALL-10"), path("WIDE1-1"), message("LoRa Tracker"), timeout(1), symbol("["), overlay("/"), type(" "), enhance_precision(true) { } String callsign; @@ -34,6 +34,7 @@ public: int timeout; String symbol; String overlay; + String type; Smart_Beacon smart_beacon; bool enhance_precision; };