update version for flash tool

This commit is contained in:
wellenvogel 2023-09-22 21:33:44 +02:00
parent a555719d49
commit 091e733d57
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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):