Releases: yozik04/nextion
Releases · yozik04/nextion
2.0.0
1.8.1
1.8.0 async event_handler
1.7.1 Smarter return data parsing
Improved
- Smart parsing of fixed length packets. Fixes issue with negative integers #18.
Other
- protocol.py was split into multiple files. Classes should still be available in old places.
1.6.1
1.6.0
Added
- Firmware uploading console script:
nextion-fw-upload
- Different character encodings #4
- Try both regular connect and connect using broadcast address
- During connect try to exit active Protocol Reparse and return to passive mode (found in spec https://nextion.tech/2017/12/08/nextion-hmi-upload-protocol-v1-1/)
Improved
- Better reconnect on timeouts
1.5.0
Added:
- Automatic reconnection on command timeout.
- New
reconnect_attempts
parameter added to Nextion constructor. If you do not want the lib to automatically reconnect set it to 1.
Changed
- Nextion.connect() does not return a boolean now. It throws an exception on failure.
- Some logging improvements.
Removed
- Removed sleep wakeup waiting. Increased IO timeout to 0.5 second to compensate that. Background picture change takes 180ms + first variable set after a wakeup takes 240ms + some buffer.
1.4.0 - Serial read fixes
Fixed:
- Proper reading of chunked messages.
Added:
- Send
bkcmd=3
after device reboot.