We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8197c98 commit de30f21Copy full SHA for de30f21
esptool.py
@@ -60,7 +60,7 @@
60
"Check the README for installation instructions." % (sys.VERSION, sys.executable))
61
raise
62
63
-__version__ = "2.8-dev"
+__version__ = "2.8"
64
65
MAX_UINT32 = 0xffffffff
66
MAX_UINT24 = 0xffffff
0 commit comments