update version for flash tool
This commit is contained in:
parent
a555719d49
commit
091e733d57
Binary file not shown.
|
@ -20,7 +20,7 @@ from tkinter import filedialog as FileDialog
|
||||||
import builtins
|
import builtins
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
VERSION="Version 1.1, esptool 3.2"
|
VERSION="Version 2.0, esptool 3.2"
|
||||||
|
|
||||||
oldprint=builtins.print
|
oldprint=builtins.print
|
||||||
def print(*args, **kwargs):
|
def print(*args, **kwargs):
|
||||||
|
|
Loading…
Reference in New Issue