Skip to content

Commit

Permalink
esptool.py version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
projectgus committed Nov 28, 2017
1 parent 9d197ef commit a532bc4
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 @@ -33,7 +33,7 @@

import serial

__version__ = "2.2-dev"
__version__ = "2.2"

MAX_UINT32 = 0xffffffff
MAX_UINT24 = 0xffffff
Expand Down

0 comments on commit a532bc4

Please sign in to comment.