phyphox Forums

Full Version: Attribute "subscribeOnStart" not loaded
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

when loading an experiment file to the Blockly editior some attributes seem to get lost. Im my case the "subscribeOnStart".

How to reproduce:

- Load attached file in the editor (note in line 15 it says subscribeOnStart="false")
- Click on generate (should produce identical output)
- The 2 files are different
According to https://phyphox.org/wiki/index.php/Bluetooth_Low_Energy `subscribeOnStart="false"` is the default. The new editor leaves these out (and if it does not, it is either a bug in the editor or in the documentation Wink).
Thanks Heart