-->
Page 1 of 1

ESP8266WebServer callback for realtime operations

PostPosted: Sun Jan 03, 2016 10:46 am
by tapsa
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.