diff --git a/bin/about.min.htm b/bin/about.min.htm new file mode 100644 index 0000000..6403562 --- /dev/null +++ b/bin/about.min.htm @@ -0,0 +1 @@ +Beer Gravity Monitor

Beer Gravity Monitor

This is a piece of software for the iSpindle hardware and will work in a similar way. No part of this software is copied from the iSpindle project.

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

(C) Copyright 2021 Magnus Persson
\ No newline at end of file diff --git a/bin/config.min.htm b/bin/config.min.htm new file mode 100644 index 0000000..d996a67 --- /dev/null +++ b/bin/config.min.htm @@ -0,0 +1 @@ +Beer Gravity Monitor

Temperature Format:


(C) Copyright 2021 Magnus Persson
\ No newline at end of file diff --git a/bin/device.min.htm b/bin/device.min.htm new file mode 100644 index 0000000..94220f7 --- /dev/null +++ b/bin/device.min.htm @@ -0,0 +1,17 @@ +Beer Gravity Monitor

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

(C) Copyright 2021 Magnus Persson
\ No newline at end of file diff --git a/bin/firmware-debug.bin b/bin/firmware-debug.bin index 219497d..43f144f 100644 Binary files a/bin/firmware-debug.bin and b/bin/firmware-debug.bin differ diff --git a/bin/firmware.bin b/bin/firmware.bin index 0594b86..f1e23b6 100644 Binary files a/bin/firmware.bin and b/bin/firmware.bin differ diff --git a/bin/index.min.htm b/bin/index.min.htm new file mode 100644 index 0000000..144df21 --- /dev/null +++ b/bin/index.min.htm @@ -0,0 +1 @@ +Beer Gravity Monitor

Gravity:
Loading...
Temperature:
Loading...
Angle/Tilt:
Loading...
Battery:
Loading...

(C) Copyright 2021 Magnus Persson
\ No newline at end of file diff --git a/bin/version.json b/bin/version.json index b1052d2..e9db09e 100644 --- a/bin/version.json +++ b/bin/version.json @@ -1 +1 @@ -{ "project":"gravmon", "version":"0.2.0" } \ No newline at end of file +{ "project":"gravmon", "version":"0.2.0", "html": [ "index.min.htm", "device.min.htm", "config.min.htm", "about.min.htm" ] } \ No newline at end of file