This commit is contained in:
Klaus K Wilting 2018-07-23 17:38:33 +02:00
parent fa11eba85c
commit 195a8868d1
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
#include <esp32-hal-log.h>
// 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

View File

@ -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