Project

General

Profile

Changelog 3 1 2 » History » Version 4

Torbjorn Carlqvist Admin, 09/30/2022 11:04 AM

1 1 Torbjorn Carlqvist Admin
h1. Changelog 3.1.2
2
3
version:3.1.2 (2022-09-30)
4
5
* Bug fixes:
6
- Avoiding thread deadlock by disabling the iAm call to Javascript layer. This feature will not be re-invented due to lack of practical usage.
7
- Some internal wrapper javascript variables was put in global space which could case collision with user code.
8
9
* New features:
10 4 Torbjorn Carlqvist Admin
- Changed platform type A2 to B1. Aluminum casing, RpiZ, ENC28J60 network card
11 1 Torbjorn Carlqvist Admin
- Added a new platform type B5. Aluminum casing, RpiZ, ENC28J60 network card, Celluar NB-IoT/CAT-M modem SIMCOM7080G
12
- Added a new platform type B6. Aluminum casing, RpiZ, ENC28J60 network card, LoRa EBYTE E22 transceiver module
13 3 Torbjorn Carlqvist Admin
- Two new BLOCKLY Blocks for direct Javascript Execution. One for call only and one for also getting results back. The statements could be any valid javascript code actually but the purpose with this two blocks is to integrate with the javascript code for advanced scripting where building blocks tends to grow out of perspective. Instead we can capsule specific tasks in javascript, declare as a global function and call from Blocks with these two guys.
14 2 Torbjorn Carlqvist Admin
15
!Blocks-new-JS-exec-blocks.png!