From 195a8868d11b0fb8e262cbd524adb2501929960d Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Mon, 23 Jul 2018 17:38:33 +0200 Subject: [PATCH] v1.3.94 --- src/globals.h | 2 +- src/main.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/globals.h b/src/globals.h index 6b648d14..e3588f78 100644 --- a/src/globals.h +++ b/src/globals.h @@ -8,7 +8,7 @@ #include // attn: increment version after modifications to configData_t truct! -#define PROGVERSION "1.3.93" // use max 10 chars here! +#define PROGVERSION "1.3.94" // use max 10 chars here! #define PROGNAME "PAXCNT" // std::set for unified array functions diff --git a/src/main.cpp b/src/main.cpp index 7cfe2e6c..cd36452e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -109,7 +109,7 @@ void setup() { // initialize LoRa #if HAS_LORA - strcat_P(features, "LORA"); + strcat_P(features, " LORA"); #endif // initialize led @@ -214,7 +214,7 @@ void setup() { #endif // show compiled features - ESP_LOGI(TAG, "Features: %s", features); + ESP_LOGI(TAG, "Features:%s", features); #ifdef HAS_LORA // output LoRaWAN keys to console