automationgeek
automationgeek
Same issue just started now, did you guys found the problem ?
Same issue here, I didn't have a chance to review the code, but a workaround it to pass the duration at each call. http://esp8266-smart-blinds.local/close?speed=2&duration=5000 or http://esp8266-smart-blinds.local/open?speed=2&duration=5000
I think, I found the issue, the allocation for the EEPROM is incorrect and may cause the memory to be overwritten. The DEFAULT_HOSTNAME is 20 characters but the allocation is...