v1.3.94
This commit is contained in:
parent
fa11eba85c
commit
195a8868d1
@ -8,7 +8,7 @@
|
|||||||
#include <esp32-hal-log.h>
|
#include <esp32-hal-log.h>
|
||||||
|
|
||||||
// attn: increment version after modifications to configData_t truct!
|
// 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"
|
#define PROGNAME "PAXCNT"
|
||||||
|
|
||||||
// std::set for unified array functions
|
// std::set for unified array functions
|
||||||
|
@ -109,7 +109,7 @@ void setup() {
|
|||||||
|
|
||||||
// initialize LoRa
|
// initialize LoRa
|
||||||
#if HAS_LORA
|
#if HAS_LORA
|
||||||
strcat_P(features, "LORA");
|
strcat_P(features, " LORA");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// initialize led
|
// initialize led
|
||||||
@ -214,7 +214,7 @@ void setup() {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// show compiled features
|
// show compiled features
|
||||||
ESP_LOGI(TAG, "Features: %s", features);
|
ESP_LOGI(TAG, "Features:%s", features);
|
||||||
|
|
||||||
#ifdef HAS_LORA
|
#ifdef HAS_LORA
|
||||||
// output LoRaWAN keys to console
|
// output LoRaWAN keys to console
|
||||||
|
Loading…
Reference in New Issue
Block a user