We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca92636 commit 3375aa1Copy full SHA for 3375aa1
include/loraprs_service.h
@@ -119,7 +119,7 @@ class Service : virtual public Kiss::Processor
119
} __attribute__((packed));
120
121
private:
122
- const String CfgLoraprsVersion = "LoRAPRS 1.0.8";
+ const String CfgLoraprsVersion = "LoRAPRS 1.0.9";
123
124
// processor config
125
const int CfgConnRetryMs = 500; // connection retry delay, e.g. wifi
0 commit comments