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 108 forks source link

html page not working #1

Closed nikisalli closed 5 years ago

nikisalli commented 5 years ago

it always gives http error 500 (internal server error)

libraries and cores used: ESP32-arduino 1.0.1 (core)

ESPAsiyncWebServer direct download from here: https://github.com/me-no-dev/ESPAsyncWebServer

AsyncTCP direct download from here https://github.com/me-no-dev/AsyncTCP

am i using the wrong libraries?

ayushsharma82 commented 5 years ago

WebSerial is accessible at "/webserial" url. Going to IP Address only will give you a 500 Error.

nikisalli commented 5 years ago

ok now it works, thanks!