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

Moderator: igrr

User avatar
By tapsa
#37778 I have problem that I use esp8266 to drive stepper motor, read onewire sensors etc. I managed to get that motor run almost smooth with onewire but with web server I have problem that motor stops each time when I load page from esp.
So is there any callback function or other method to get process time from web server when it do its job? Looks that even short message send will take quite long time(~half second). I am not sure do it take it when it receive http request or when it sends respose.