Skip to content

Commit bff25fe

Browse files
author
Alberto Iannaccone
authored
fix readme (#10)
1 parent 04a460e commit bff25fe

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Diff for: README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ The application is designed to be as agnostic as possible regarding how and wher
2020

2121
### Config Parameters
2222

23-
The Serial Plotter Web App is initialized by passing a number of parameters in the URL, in the form of a QueryString (eg: http://localhost:3000?currentBaudrate=2400&baudrates=300,1200,2400,4800,9600,19200,38400,57600,74880,115200,230400,250000,500000,1000000,2000000&darkTheme=true&wsPort=5000&connected=true&interpolate=true&generate=true).
24-
23+
The Serial Plotter Web App is initialized by passing a number of parameters in the URL, in the form of a QueryString (eg: http://localhost:3000?darkTheme=true&wsPort=5000&generate=true).
2524

2625
It is possible to update the state of the serial plotter by sending configuration via WebSocket in the form of a JSON-stringified object see the [Command](#websocket-communication-protocol) section below.
2726

@@ -82,7 +81,7 @@ There are 4 different messages that can be sent/received:
8281
8382
#### Monitor Settings
8483
85-
Settings changes, sent and received in the Serial Plotter App, must follow the following object structure
84+
Settings changes, sent and received in the Serial Plotter App, must have the following object structure
8685
8786
```
8887
Partial<MonitorSettings> = {
@@ -91,7 +90,7 @@ Partial<MonitorSettings> = {
9190
}
9291
```
9392
94-
That means a Setting Message can container `pluggableMonitorSettings` and/or `monitorUISettings`.
93+
That means a Setting Message can contain `pluggableMonitorSettings` and/or `monitorUISettings`.
9594
9695
Let's take a look at the difference between the two:
9796

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arduino-serial-plotter-webapp",
3-
"version": "0.0.18",
3+
"version": "0.1.0",
44
"dependencies": {},
55
"license": "AGPL",
66
"scripts": {

0 commit comments

Comments
 (0)