v2.0.2
@@ -15,6 +15,8 @@
<br/>
## Features
+
+- 📜 Log, monitor or debug your firmware/product with ease
- 🔥 A powerful tool that lives in your microcontroller itself
- 🛜 Access it anytime & from anywhere within same network (LAN)
- 🎷 No need to learn HTML/CSS/JS
@@ -15,7 +15,7 @@
"maintainer": true
}
],
- "version": "2.0.1",
+ "version": "2.0.2",
"frameworks": "arduino",
"platforms": ["espressif8266", "espressif32"],
"dependencies": [
@@ -1,5 +1,5 @@
name=WebSerial
-version=2.0.1
+version=2.0.2
author=Ayush Sharma
category=Communication
maintainer=Ayush Sharma <asrocks5@gmail.com>
@@ -29,7 +29,7 @@ void WebSerialClass::begin(AsyncWebServer *server, const char* url) {
_ws = new AsyncWebSocket("/wserial");
if (_authenticate) {
- _ws->setAuthentication(_username, _password);
+ _ws->setAuthentication(_username.c_str(), _password.c_str());
// Webpage Handler