You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix issues in URLStream when compiling in ESP IDF (#1693)
* 1. Fix incorrect delay implementation causing UrlStream to take 50 seconds to start instead of 50ms
2. Add missing semi colon's
3. Remove duplicate micros declaration
* Add missing initializer to get rid of compile warning
* remove dodgy fix for warning. Don't have a good solution for now
0 commit comments