Actions
Changelog 3 1 1 » History » Revision 1
Revision 1/2
| Next »
Torbjorn Carlqvist Admin, 09/26/2022 07:22 PM
Changelog 3.1.1¶
3.1.1 (2022-09-26)
- Bug fixes:
- Avoiding thread deadlock by disabling the exceptionCatch call to Javascript layer. This feature will be re-invented in subsequent version!
- Modified some list and maps to be thread safe.
- Some internal wrapper javascript variables was put in global space which could case collision with user code.
- New features:
- two new javascript functions in the JsProxy
writeSerialAscii and writeSerialHex that take a third argument for delaying the execution of the serial command to the port. This can be used to make a timed burst of commands with a small delay in milliseconds in between.
- Added a new platform type A1. This is when DTX is using aluminum case, ENC28J60-network but without LION fieldbus.
- Added a new platform type L4. This is when using BananaPi Zero with internal Ethernet PHY, aluminum casing and LION fieldbus.
Updated by Torbjorn Carlqvist Admin about 2 years ago · 1 revisions