Skip to content

Commit 29d9a77

Browse files
committed
Increase version
1 parent 6dd9a96 commit 29d9a77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/loraprs_service.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ class Service : public Kiss::Processor
117117
struct Telemetry {
118118
int16_t batteryVoltage;
119119
} __attribute__((packed));
120-
120+
121121
private:
122-
const String CfgLoraprsVersion = "LoRAPRS 1.0.6";
122+
const String CfgLoraprsVersion = "LoRAPRS 1.0.7";
123123

124124
// processor config
125125
const int CfgConnRetryMs = 500; // connection retry delay, e.g. wifi

0 commit comments

Comments
 (0)