Skip to content

Commit

Permalink
reconfig prepare_version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xmdnx committed Feb 24, 2024
1 parent ac9ba74 commit cfd205e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prepare_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
config = {
"make_setup": True, # set True if you want to make setup version
"make_portable": True, # set True if you want to make portable version
"make_ota_package": True, # set True if you want to make OTA package
"ota_enabled": True, # set True if ota enabled
"make_ota_package": False, # set True if you want to make OTA package
"ota_enabled": False, # set True if ota enabled
"repo_path": "", # leave it blank if this script located in repo folder
"version": "", # leave it blank to fill with version from SourceFiles/core/version.h and script runtime date
"tgversion": "", # leave it blank to set it automatically
Expand Down

0 comments on commit cfd205e

Please sign in to comment.