Skip to content

Commit 19880a5

Browse files
committed
fixing setting page
1 parent 569cf05 commit 19880a5

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Looking for the documentation, go here (work in progress): <br> https://github.
2929

3030
| Version | Release notes |
3131
|-|-|
32+
| 0.6.1 | Bugfix: setting page did not always work correctly, now it does. |
3233
| 0.6.0 | Standalone UI for simple OT monitor purposes and deviceinformation, moved index.html to SPIFF <br>OTA is possible after flashing 0.6.0 (Hardware watchdog is fed, during flash uploads now) |
3334
| 0.5.1 | REST APIs, v1, for OTmonitor values, GetByLabel, GetByID, POST otgw/command/{command} |
3435
| 0.5.0 | Implemented the UI for settings (restapi, read/write file in json) |

version.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
#define _VERSION_MAJOR 0
33
#define _VERSION_MINOR 6
44
#define _VERSION_PATCH 1
5-
#define _VERSION_BUILD 409
5+
#define _VERSION_BUILD 410
66
//#define _VERSION_PRERELEASE beta //uncomment to define prerelease labels: alpha - beta - rc
77
#define _VERSION_DATE "12-01-2021"
8-
#define _VERSION_TIME "19:25:49"
9-
#define _SEMVER_CORE "0.6.0"
10-
#define _SEMVER_BUILD "0.6.0+409"
11-
#define _SEMVER_FULL "0.6.0+409"
12-
#define _SEMVER_NOBUILD "0.6.0 (12-01-2021)"
13-
#define _VERSION "0.6.0+409 (12-01-2021)"
8+
#define _VERSION_TIME "21:13:36"
9+
#define _SEMVER_CORE "0.6.1"
10+
#define _SEMVER_BUILD "0.6.1+410"
11+
#define _SEMVER_FULL "0.6.1+410"
12+
#define _SEMVER_NOBUILD "0.6.1 (12-01-2021)"
13+
#define _VERSION "0.6.1+410 (12-01-2021)"
1414
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver

0 commit comments

Comments
 (0)