Skip to content

Commit 87e01a3

Browse files
committed
Update supermini and schema
1 parent 4318931 commit 87e01a3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

platformio.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ build_flags =
3838
-D USE_LITTLEFS=true
3939
-D CFG_APPNAME="\"gravitymon\""
4040
-D CFG_APPVER="\"2.4.0\""
41-
; -D CFG_GITREV=\""dev-1\""
42-
!python script/git_rev.py
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
@@ -258,6 +258,7 @@ build_flags =
258258
-D ENABLE_RTCMEM=1
259259
-D LOG_LEVEL=5
260260
-D ESP32C3=1
261+
-D ESPFWK_REDUCE_WIFI_POWER=1
261262
lib_deps =
262263
${common_env_data.lib_deps}
263264
${common_env_data.lib_deps32}
-43.9 KB
Loading

0 commit comments

Comments
 (0)