v1.3.94
This commit is contained in:
parent
fa11eba85c
commit
195a8868d1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user