File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,17 @@ static const char UpdateServerIndex[] PROGMEM =
77 < body >
88 < h1 > OTGW firmware Flash utility < /h1 >
99 < form method = 'POST' action = '?cmd=0' enctype = 'multipart/form-data' >
10- Selecteer een "<b>.ino.bin</b>" bestand < br />
10+ Select a "<b>.ino.bin</b>" file to flash < br />
1111 < input type = 'file' accept = 'ino.bin' name = 'firmware' >
1212 < input type = 'submit' value = 'Flash Firmware' >
1313 < /form >
1414 < form method = 'POST' action = '?cmd=100' enctype = 'multipart/form-data' >
15- Selecteer een "<b>.spiffs.bin</b>" bestand < br />
15+ Select a "<b>.spiffs.bin</b>" file to flash < br />
1616 < input type = 'file' accept = 'spiffs.bin' name = 'filesystem' >
1717 < input type = 'submit' value = 'Flash Spiffs' >
1818 < /form >
1919 < hr >
20- < br /> < font color = 'red' > Let op !!!< /font >
20+ < br /> < font color = 'red' > Warning !!!< /font >
2121 < br /> You will lose all your files when flassing SPIFF .
2222 < br /> Basckup your files first to your local filesystem (using FSexplorer )
2323 and upload them after the flassing of your SPIFF .
Original file line number Diff line number Diff line change 22#define _VERSION_MAJOR 0
33#define _VERSION_MINOR 6
44#define _VERSION_PATCH 0
5- #define _VERSION_BUILD 403
5+ #define _VERSION_BUILD 404
66//#define _VERSION_PRERELEASE beta //uncomment to define prerelease labels: alpha - beta - rc
77#define _VERSION_DATE "11-01-2021"
8- #define _VERSION_TIME "09:09:41 "
8+ #define _VERSION_TIME "09:14:56 "
99#define _SEMVER_CORE "0.6.0"
10- #define _SEMVER_BUILD "0.6.0+403 "
11- #define _SEMVER_FULL "0.6.0+403 "
10+ #define _SEMVER_BUILD "0.6.0+404 "
11+ #define _SEMVER_FULL "0.6.0+404 "
1212#define _SEMVER_NOBUILD "0.6.0 (11-01-2021)"
13- #define _VERSION "0.6.0+403 (11-01-2021)"
13+ #define _VERSION "0.6.0+404 (11-01-2021)"
1414//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver
You can’t perform that action at this time.
0 commit comments