File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,10 @@ All notable changes to the `Serial Monitor` crate will be documented in this fil
11
11
* allow to plot only every n-th point (max points is 5000, if dataset is larger, it will reduce it by showing only every
12
12
2nd point. if it is larger than 10000 only every 3rd point etc...)
13
13
* Fixed the theme preference setting not being properly restored after restarting the application (
14
- thanks [ @Rahinx ] ( https://github.com/Rahix ) )
15
- * Fixed bug where you couldn't change the color and label of columns (thanks [ @Rahinx ] ( https://github.com/Rahix ) )
16
- * Fixed bug where for a single column of data the graph would never show (thanks [ @Rahinx ] ( https://github.com/Rahix ) )
14
+ thanks [ @Rahix ] ( https://github.com/Rahix ) )
15
+ * Fixed bug where you couldn't change the color and label of columns (thanks [ @Rahix ] ( https://github.com/Rahix ) )
16
+ * Fixed bug where for a single column of data the graph would never show (thanks [ @Rahix ] ( https://github.com/Rahix ) )
17
+ * Added a commandline interface for selecting the serial port and its settings.
17
18
18
19
## 0.3.4
19
20
You can’t perform that action at this time.
0 commit comments