Project

General

Profile

Changelog 3 1 1 » History » Version 2

Torbjorn Carlqvist Admin, 09/26/2022 07:27 PM

1 1 Torbjorn Carlqvist Admin
h1. Changelog 3.1.1
2
3
version:3.1.1 (2022-09-26)
4
5
* Bug fixes:
6
- Avoiding thread deadlock by disabling the exceptionCatch call to Javascript layer. This feature will be re-invented in subsequent version!
7
- Modified some list and maps to be thread safe.
8
- Some internal wrapper javascript variables was put in global space which could case collision with user code.
9
10
* New features:
11
- two new javascript functions in the JsProxy
12
  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.
13
- Added a new platform type A1. This is when DTX is using aluminum case, ENC28J60-network but without LION fieldbus.
14 2 Torbjorn Carlqvist Admin
- Added a new platform type L4. This is when using BananaPi Zero with internal Ethernet PHY, aluminum casing and LION fieldbus. BananaPi Zero requires Armbian OS which in turn require a different set of GPIO/i2c mapping to get LION and Network to function. See installation instructions for details of L4 platform usage.