Project

General

Profile

Actions

Changelog 3.1.2

3.1.2 (2022-09-30)

  • Bug fixes:
    - Avoiding thread deadlock by disabling the iAm call to Javascript layer. This feature will not be re-invented due to lack of practical usage.
    - Some internal wrapper javascript variables was put in global space which could case collision with user code.
  • New features:
    - Changed platform type A2 to B1. Aluminum casing, RpiZ, ENC28J60 network card
    - Added a new platform type B5. Aluminum casing, RpiZ, ENC28J60 network card, Celluar NB-IoT/CAT-M modem SIMCOM7080G
    - Added a new platform type B6. Aluminum casing, RpiZ, ENC28J60 network card, LoRa EBYTE E22 transceiver module
    - 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.

Updated by Torbjorn Carlqvist Admin almost 2 years ago · 4 revisions