CupCarbon
CupCarbon copied to clipboard
SenScript - Change of radio not interpreted correctly
There is a bug in the software, when trying to change radio module through the SenScript.
I've tried several times, in several different script setups. I've also tried it with example 13 from the user guide, which does not work either.
I assume it's something with the interpretation of senscript, as changing the "current" radio in GUI works perfectly fine.
Several OS has been tried:
- Windows 10, version 21H1:
Build: 19043. 1348
- Ubuntu KDE:
Operating System: Kubuntu 20.04
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.68.0
Qt Version: 5.12.8
Kernel Version: 5.4.0-90-generic
OS Type: 64-bit
Processors: 8 × Intel® Core™ i7-8565U CPU @ 1.80GHz
Memory: 15.3 GiB of RAM
Hello,
I also had such an issue and after a time I verified that there is a need for an " on the radio name from transmitter sensor. In the tutorial was something like this
loop radio radio1 send 1 delay 1000 send 0
and I solved it like this.
loop radio "radio1" send 1 delay 1000 send 0 delay 1000
Regards