Skip to content

Commit

Permalink
Bumped version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
nschurando committed Dec 24, 2023
1 parent 72e20bc commit 6320292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void presentation(void) {
* and advance one step if successful */
switch (step) {
case -1: {
if (sendSketchInfo(F("SLHA00011 Linky"), F("1.0.0")) == true) {
if (sendSketchInfo(F("SLHA00011 Linky"), F("1.1.0")) == true) {
step++;
}
break;
Expand Down

0 comments on commit 6320292

Please sign in to comment.