ayushsharma82 / WebSerial

A remote terminal library for wireless microcontrollers to log, monitor or debug your firmware/product
https://webserial.pro
GNU Affero General Public License v3.0
461 stars 107 forks source link

Use with Wifimanager #42

Closed gfucka closed 1 year ago

gfucka commented 2 years ago

If I try to use the library with Wifimanager I get error: previous declaration 'httpmethod http_any' enum httpmethod { http_any, http_get, http_head, http_post, http_put, http_patch, http_delete, http_options };

There is a way to use it with Wifimanager?

noize007 commented 2 years ago

You can use the AsyncWifiManager library instead of the usual WifiManager lib.

ayushsharma82 commented 1 year ago

Solved by @noize007 . Closing this issue.