Skip to content

Commit 02d416c

Browse files
committed
hotfix: build version and stuff
2 parents 90872af + e9aac3b commit 02d416c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ monitor_speed = 115200
2121
upload_protocol = espota
2222
upload_port = openmosfet.local
2323
build_flags =
24-
-D OM_FIRMWARE_VERSION='"0.2.2-alpha"'
24+
-D OM_FIRMWARE_VERSION='"1.4.3-beta"'
2525
-D ARDUINOJSON_DECODE_UNICODE=0
2626

2727
[production]
@@ -33,7 +33,7 @@ extra_scripts =
3333
pre:rename_binaries.py
3434
build_flags =
3535
${common.build_flags}
36-
-D OM_PLATFORM=${env.platform}
36+
-D OM_PLATFORM=${common.platform}
3737
-DCORE_DEBUG_LEVEL=0
3838
lib_deps =
3939
thomasfredericks/Bounce2 @ ^2.55

0 commit comments

Comments
 (0)