Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Mschindl
#46361 I am trying to send an Arduino Uno data from a webpage through a request. I am able to receive data such as numbers and print them out, the problem is it is taking way to long. Is there any way to process the requests faster, or is there a timeout somewhere that I can limit down or something.

I attached my code below. I have code in the loop that would work slowly and skip a number now and then. Then I tried using server.on("/",method,getPower); to get the data from server.arg but that did not work.

Is my code wrong, or am I going about it in a bad way. Any pointers would help.

Thank you.
You do not have the required permissions to view the files attached to this post.