Skip to content

Commit

Permalink
Update beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-se committed Sep 2, 2024
1 parent 4b93417 commit 11adc62
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build_flags =
#-D COLLECT_PERFDATA
-D USE_LITTLEFS=true
-D CFG_APPVER="\"2.0.0\""
-D CFG_GITREV=\""beta-2\""
-D CFG_GITREV=\""beta-3\""
#-D ENABLE_REMOTE_UI_DEVELOPMENT
#!python script/git_rev.py
lib_deps =
Expand Down
2 changes: 1 addition & 1 deletion src_docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Welcome to GravityMon
#####################

.. note::
This documentation reflects **v2.0.0 beta 2**. Last updated 2024-07-13
This documentation reflects **v2.0.0 beta 3**. Last updated 2024-09-02

Link to `previous documentation here <https://mp-se.github.io/gravitymon/v1.4/>`_

Expand Down
12 changes: 12 additions & 0 deletions src_docs/source/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
Releases
########

v2.0.0-beta3
============

Issues adressed
+++++++++++++++
* Force gravity mode did not work.
* Moved UI over to VITE build and lint.
* Refactor some of the UI to make it easier to maintain.
* Added feature to force device to search for the stronget AP.
* Fixed the issue with gyro not working on c3 board (had to disable LED since it collides with gyro).
* Removed unused code.

v2.0.0-beta2
============

Expand Down

0 comments on commit 11adc62

Please sign in to comment.