arduino-led-blink-wifi-http
Posted: 16:05, 21 Apr 2016
It seems it dosen't work the $.ajax when i build it on ios
arduino.sendRequest = function(command, callbackFun)
{
console.log('sendRequest(' + command + ')');
$.ajax(
...
Is there somebody who has tested it from evothings-examples/experiments/arduino-led-blink-wifi-http/arduino.js ?
arduino.sendRequest = function(command, callbackFun)
{
console.log('sendRequest(' + command + ')');
$.ajax(
...
Is there somebody who has tested it from evothings-examples/experiments/arduino-led-blink-wifi-http/arduino.js ?