Skip to content

Commit 1f15a32

Browse files
committed
Update README.md
1 parent 32de74c commit 1f15a32

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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
257257
This app is an HTM5 web app, with websocket to comunicate to Arduino boar.
258258
For 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,
263263
like SPIFFS. But not have automatically updates in data saved this way,
264264
this 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)
269268
Note: this not uses SSL (https), due web server socket on Arduino, not supports SSL (wss).
270269
But after page load, all traffic is in local network, no data is exposed on internet.
271270
272271
The RemoteDebugApp is a modern HTML5 and needs a modern browsers to work.
273272
Internet 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+
275277
The telnet remains work, for when want this or
276278
to use when internet is offline.
277279

0 commit comments

Comments
 (0)