Skip to content

Commit 2c0ca32

Browse files
committed
Update to dev-1 version for ble testing
1 parent 943165d commit 2c0ca32

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ build_flags =
3838
-D USE_LITTLEFS=true
3939
-D CFG_APPNAME="\"gravitymon\""
4040
-D CFG_APPVER="\"2.4.0\""
41-
-D CFG_GITREV=\""dev\""
41+
-D CFG_GITREV=\""dev-1\""
4242
; !python script/git_rev.py
4343
; -D SKIP_SLEEPMODE=1
4444
; -D FORCE_GRAVITY_MODE=1

src_docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Welcome to Gravitymon
77
#####################
88

99
.. note::
10-
This documentation reflects **v2.3.0***. Last updated 2025-11-27
10+
This documentation reflects **v2.4.0***. Last updated 2025-12-23
1111

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

src_docs/source/releases.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,9 @@ v2.4.0
1010

1111
New features
1212
++++++++++++
13-
* Added meta data to mDNS broadcast (app, version, id)
13+
* Added meta data to mDNS broadcast (app, version, id), used by GravityMon Gateway to map device id towards name when using BLE.
1414
* Updated code to use NAN instead of -273 as invalid temperature
15-
16-
Bugs fixed
17-
++++++++++
18-
* If data is invalid or missing send the correct value in BLE transmissions
15+
* When data is invalid send 0xffff in the ble payload to indicate that,
1916

2017
v2.3.0
2118
======

0 commit comments

Comments
 (0)