Hello @all
for my project i need communication with different php skripts from linino side to handle different modes.
so i use two keys from linio to arduino sketch.
to handle one of them works but both together do not work.
so my question is, is it basically possible to do this ?
Bridge.get("mode",data_m,1); // kommt von manuell.php oder main.php
delay(100);
Bridge.get("command_m",data_r,73); // kommt von manuell.php
delay(100);
Thank you in advance