Skip to content

Commit

Permalink
esptool v2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
projectgus committed Jan 9, 2019
1 parent 822112b commit 9ad444a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esptool.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"Check the README for installation instructions." % (sys.VERSION, sys.executable))
raise

__version__ = "2.6-beta1"
__version__ = "2.6"

MAX_UINT32 = 0xffffffff
MAX_UINT24 = 0xffffff
Expand Down

0 comments on commit 9ad444a

Please sign in to comment.