@@ -251,8 +251,8 @@ __SerialDebug__ is better than Arduino default debugging by Serial.print command
251251
252252## Web app
253253
254- As SerialDebug, now RemoteDebug (v3) have this app,
255- the RemoteDebugApp to debug in web browser.
254+ As SerialDebug, now RemoteDebug (v3) have an app,the RemoteDebugApp ,
255+ to debug in web browser.
256256
257257This app is an HTM5 web app, with websocket to comunicate to Arduino boar.
258258For it, RemoteDebug v3 have a web socket server (can be disabled).
@@ -263,15 +263,17 @@ As a large page, the solution for Arduino is save it in a storage,
263263like SPIFFS. But not have automatically updates in data saved this way,
264264this SPIFFS data is good for a project but not for a library.
265265
266- Due it, this app not is storaded and served by board,
267- the app is in web: [http://joaolopesf.net/remotedebugapp](http://joaolopesf.net/remotedebugapp)
268-
266+ Due it, this app not is stored and served by board,
267+ instead the app is in web: [http://joaolopesf.net/remotedebugapp](http://joaolopesf.net/remotedebugapp)
269268Note: this not uses SSL (https), due web server socket on Arduino, not supports SSL (wss).
270269But after page load, all traffic is in local network, no data is exposed on internet.
271270
272271The RemoteDebugApp is a modern HTML5 and needs a modern browsers to work.
273272Internet Explorer 11 and Safari 10 are an examples that not supported.
274273
274+ The web app is in beta, please add an issue,
275+ for problems or suggestions.
276+
275277The telnet remains work, for when want this or
276278to use when internet is offline.
277279
0 commit comments