diff --git a/bin/device.min.htm b/bin/device.min.htm index cef397a..228c59f 100644 --- a/bin/device.min.htm +++ b/bin/device.min.htm @@ -1 +1 @@ -Beer Gravity Monitor

Current version:
Loading...
Host name:
Loading...
Device ID:
Loading...

(C) Copyright 2021-22 Magnus Persson
\ No newline at end of file +Beer Gravity Monitor

Current version:
Loading...
Host name:
Loading...
Device ID:
Loading...

(C) Copyright 2021-22 Magnus Persson
\ No newline at end of file diff --git a/bin/firmware-debug.bin b/bin/firmware-debug.bin new file mode 100644 index 0000000..f8cf479 Binary files /dev/null and b/bin/firmware-debug.bin differ diff --git a/bin/firmware-perf.bin b/bin/firmware-perf.bin new file mode 100644 index 0000000..f1b9bd5 Binary files /dev/null and b/bin/firmware-perf.bin differ diff --git a/bin/firmware.bin b/bin/firmware.bin index a5771cc..14d7250 100644 Binary files a/bin/firmware.bin and b/bin/firmware.bin differ diff --git a/bin/version.json b/bin/version.json index 9e26c23..1925302 100644 --- a/bin/version.json +++ b/bin/version.json @@ -1 +1 @@ -{ "project":"gravmon", "version":"0.4.10", "html": [ "index.min.htm", "device.min.htm", "config.min.htm", "calibration.min.htm", "about.min.htm" ] } \ No newline at end of file +{ "project":"gravmon", "version":"0.5.0", "html": [ "index.min.htm", "device.min.htm", "config.min.htm", "calibration.min.htm", "about.min.htm" ] } \ No newline at end of file diff --git a/html/device.htm b/html/device.htm index 237a2d3..12f7a68 100644 --- a/html/device.htm +++ b/html/device.htm @@ -100,7 +100,7 @@ $('#spinner').show(); $.getJSON(url, function (cfg) { console.log( cfg ); - $("#app-ver").text(cfg["app-ver"] + " (html 0.4.9)"); + $("#app-ver").text(cfg["app-ver"] + " (html 0.5.0)"); $("#mdns").text(cfg["mdns"]); $("#id").text(cfg["id"]); }) diff --git a/html/device.min.htm b/html/device.min.htm index cef397a..228c59f 100644 --- a/html/device.min.htm +++ b/html/device.min.htm @@ -1 +1 @@ -Beer Gravity Monitor

Current version:
Loading...
Host name:
Loading...
Device ID:
Loading...

(C) Copyright 2021-22 Magnus Persson
\ No newline at end of file +Beer Gravity Monitor

Current version:
Loading...
Host name:
Loading...
Device ID:
Loading...

(C) Copyright 2021-22 Magnus Persson
\ No newline at end of file diff --git a/platformio.ini b/platformio.ini index 048b06b..3f4a18d 100644 --- a/platformio.ini +++ b/platformio.ini @@ -42,7 +42,7 @@ build_flags = -D EMBED_HTML # If this is not used the html files needs to be on the file system (can be uploaded) -D USER_SSID=\""\"" # =\""myssid\"" -D USER_SSID_PWD=\""\"" # =\""mypwd\"" - -D CFG_APPVER="\"0.4.10\"" + -D CFG_APPVER="\"0.5.0\"" lib_deps = # Switched to forks for better version control. # Using local copy of this library #https://github.com/mp-se/i2cdevlib # https://github.com/jrowberg/i2cdevlib.git