![]() |
Add attribute "keep" to BLE output - Printable Version +- phyphox Forums (https://phyphox.org/forums) +-- Forum: App-Feedback (https://phyphox.org/forums/forumdisplay.php?fid=6) +--- Forum: Experiment editor (new Blockly-based version) (https://phyphox.org/forums/forumdisplay.php?fid=15) +--- Thread: Add attribute "keep" to BLE output (/showthread.php?tid=2053) |
Add attribute "keep" to BLE output - SemtexA - 12-02-2024 Hello, according to the phyphox documentation one can set the "keep" attribute to input tags in BLE output. Could this be added in he blockly editor? (see picture) I just had a let's say undesired behaviour in my experiment but solved it thanks to the documentation. I think it would be less time-consuming if the attribute is visible in blockly because you instantly get an idea what you could change in the experiment file to get it working. RE: Add attribute "keep" to BLE output - Jens Noriʇzsɔɥ - 12-02-2024 The “keep” attribute is only supported by the current phyphox beta version for 1.2.0 (file format 1.19) while the editor produces output for the release version (file format 1.18). There is no way to set a target version in the online editor and I would not expect that we ever add such complexity to it. Sorry. At the moment, the attribute would only work on Android with the iOS beta being not yet ready. (I suppose there are likely a few threads on this “unexpected behaviour” and how to work around it.) |