fix typo in OTA DVERSION

This commit is contained in:
Lorow 2022-07-04 22:19:35 +02:00 committed by Zdzislaw Goik
parent f65dd2e9e9
commit b06a8db956

View File

@ -85,14 +85,14 @@ build_flags =
${common.build_flags}
-DCORE_DEBUG_LEVEL=1
-DDEBUG_ESP_OTA
-DVERSION=${release.release_version}
-DVERSION=${common.release_version}
lib_deps =
${common.lib_deps}
upload_speed = ${common.upload_speed}
monitor_speed = ${common.monitor_speed}
monitor_rts = ${common.monitor_rts}
monitor_dtr = ${common.monitor_dtr}
extra_scripts = ${common.extra_scripts}
; extra_scripts = ${common.extra_scripts}
board_build.partitions = ${common.board_build.partitions}
lib_ldf_mode = ${common.lib_ldf_mode}
upload_port = 192.168.1.38