Skip to content

Commit 4440ade

Browse files
committed
Change version
1 parent da28e2c commit 4440ade

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ build_flags =
3737
-D GRAVITYMON=1
3838
-D USE_LITTLEFS=true
3939
-D CFG_APPNAME="\"gravitymon\""
40-
-D CFG_APPVER="\"2.5.0\""
41-
-D CFG_GITREV=\""dev\""
42-
; !python script/git_rev.py
40+
-D CFG_APPVER="\"2.4.1\""
41+
; -D CFG_GITREV=\""dev\""
42+
!python script/git_rev.py
4343
; -D SKIP_SLEEPMODE=1
4444
; -D FORCE_GRAVITY_MODE=1
4545
; -D COLLECT_PERFDATA=1

src_docs/source/releases.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
Releases
44
########
55

6-
v2.5.0
6+
v2.4.1
77
======
88

9+
Bugs fixed
10+
++++++++++
11+
912
* Added the lost temperature sensor adjustment value to the config page.
1013
* When force config is enabled the device will not enter sleep if charging mode is enabled.
1114
* Storage and charging mode can not be enabled since they are the same feature but triggered by different events.

0 commit comments

Comments
 (0)