Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
sh123 committed Dec 3, 2022
1 parent 071e2d9 commit d75da5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loraprs_service.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class Service : public Kiss::Processor
} __attribute__((packed));

private:
const String CfgLoraprsVersion = "LoRAPRS 1.0.2";
const String CfgLoraprsVersion = "LoRAPRS 1.0.3";

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

0 comments on commit d75da5c

Please sign in to comment.