Skip to content

Commit

Permalink
hotfix factory reset
Browse files Browse the repository at this point in the history
  • Loading branch information
Ultrawipf committed Feb 7, 2021
1 parent 7c647c9 commit ec5efd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from dfu_ui import DFUModeUI

# This GUIs version
version = "1.2.2"
version = "1.2.3"
# Minimal supported firmware version.
# Major version of firmware must match firmware. Minor versions must be higher or equal
min_fw = "1.2.3"
Expand Down
2 changes: 1 addition & 1 deletion system_ui.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from PyQt5.QtWidgets import QMainWindow
from PyQt5.QtWidgets import QWidget,QDialog,QVBoxLayout
from PyQt5.QtWidgets import QWidget,QDialog,QVBoxLayout,QMessageBox
from PyQt5 import uic
from helper import res_path
from PyQt5.QtCore import QTimer
Expand Down

0 comments on commit ec5efd8

Please sign in to comment.