Firmware Release Candidate v1.20.0.rc8
-
Re: New Firmware Release Candidate v1.20.0
Hello Everyone ,
we've uploaded new Firmware Release
v1.20.0.rc8
as a candidate release for coming new stable release v1.20.0 this release include the following changes:New Features
- Pymesh Border Router - docs updated and simple example
Improvments
- Added API to Enable/Disable Bluetooth modem Sleep
- Merged IDF_V3.1 updates from Essprisif
- Amended Micropython Error Codes with ESP, LWIP, MBEDTLS, DNS error codes
- Updated Sqnsupgrade lib to v1.2.3
- Pymesh updates:
- added socket binding to IP, add listing border_router
- solved issue: src and dest port on BR should he Host Swapped
- Mesh.rx_cb() added argument, with the callback
- added Mesh.border_router_del(prefix) method, for erasing Border Router entry
- added multi-socckets (max 3)
- added Border Router socket with header IP and port destination
Bug Fixes
- Fix Issue: Wifi not resuming after 2nd light sleep wakeup cycle
- Fix Uart crash Issue when UART I/O functions are called after deinit
You can download the sources from https://github.com/pycom/pycom-micropython-sigfox/tree/v1.20.0.rc8
You also can flash Pycom boards with this release by choosing
development
type in Firmware updater tool<later edit:> Added Pymesh links and update summary.
-
@rfinkers the Pymesh Docs page is under that link : https://docs.pycom.io/firmwareapi/pycom/network/lora/pymesh.html , it will be updated shortly with the Border router documentation.
-
Is there already some documentation for the Pymesh Border Router?