From 8a2a05fe6bf4aade1e9f47b86a1a8a04717f4741 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Sun, 15 Nov 2020 22:02:33 +0100 Subject: [PATCH 1/2] Update LoRa_APRS_iGate.cpp --- src/LoRa_APRS_iGate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index 0ddc08f..fd2d3f1 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -75,7 +75,7 @@ void setup() delay(500); logPrintlnA("LoRa APRS iGate & Digi by OE5BPA (Peter Buchegger)"); - logPrintlnA("Version: 1.0.0-dev"); + logPrintlnA("Version: 20.46.0"); setup_display(); show_display("OE5BPA", "LoRa APRS iGate & Digi", "by Peter Buchegger", "1.0.0-dev", 3000); From 15007f5d5c3fcf124bc80f1cb483d814651eeb3b Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Sun, 15 Nov 2020 22:18:02 +0100 Subject: [PATCH 2/2] dev version push --- src/LoRa_APRS_iGate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index fd2d3f1..6c32fd5 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -75,7 +75,7 @@ void setup() delay(500); logPrintlnA("LoRa APRS iGate & Digi by OE5BPA (Peter Buchegger)"); - logPrintlnA("Version: 20.46.0"); + logPrintlnA("Version: 20.46.0-dev"); setup_display(); show_display("OE5BPA", "LoRa APRS iGate & Digi", "by Peter Buchegger", "1.0.0-dev", 3000);