Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
sh123 committed Dec 19, 2022
1 parent 6dd9a96 commit 29d9a77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/loraprs_service.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ class Service : public Kiss::Processor
struct Telemetry {
int16_t batteryVoltage;
} __attribute__((packed));

private:
const String CfgLoraprsVersion = "LoRAPRS 1.0.6";
const String CfgLoraprsVersion = "LoRAPRS 1.0.7";

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

0 comments on commit 29d9a77

Please sign in to comment.