Post topics, source code that relate to the Arduino Platform

User avatar
By stealthrt
#21884 Using this code:
Code: Select all$(".led").click(function(){
   var p = "testing123"; //$(this).attr('id');
   $.get("http://192.168.9.60/", {pin:p});
});

I am getting this returned:
Code: Select allreturned: 7397


And i can not set esp8266.read() to a String because it only does integer value.