Skip to content

Commit

Permalink
kflash_py: fix P25128L QE bit set command
Browse files Browse the repository at this point in the history
Signed-off-by: Huang Rui <vowstar@gmail.com>
  • Loading branch information
vowstar committed Jun 20, 2022
1 parent 8123485 commit 9bcfd7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helpAbout.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

versionMajor = 1
versionMinor = 8
versionDev = 0
versionDev = 1

date = "2022.05.27"
date = "2022.06.20"

def strAbout():
pathDirList = sys.argv[0].replace("\\", "/").split("/")
Expand Down
2 changes: 1 addition & 1 deletion kflash_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ def getBurnFilesInfo(self):

class KFPKG():
def __init__(self):
self.fileInfo = {"version": "0.1.0", "files": []}
self.fileInfo = {"": "0.1.0", "files": []}
self.filePath = {}
self.burnAddr = []

Expand Down
2 changes: 1 addition & 1 deletion kflash_py
Submodule kflash_py updated 3 files
+2 −2 kflash.py
+1 −1 package.json
+1 −1 setup.py

0 comments on commit 9bcfd7a

Please sign in to comment.