1.0.0
·
328 commits
to develop
since this release
Added
setup.py
andsdist_upip.py
taken from pfalcon's picoweb repo and PEP8 improvedMIT License
version.py
storing current library versiontyping.py
enabling type hints
Changed
- Moved all uModbus files from
lib/uModbus
intoumodbus
- Update import statements of all files of
umodbus
- Update
README
usage description of MicroPython lib deploy to PyPi - Usage examples in
README
updated with new import path - Update
boot
andmain
files to usebe_helpers
- Enable setting of
max_connections
to TCP socket inmodbus ModbusTCP bind function
andtcp TCPServer bind function
Removed
- MicroPython helpers module no longer used
- MicroPython ESP WiFi Manager module no longer used
- Lib folder of dependency modules no longer used
- Commented print debug messages in several files of umodbus