We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422bfab commit 6727350Copy full SHA for 6727350
CHANGELOG.md
@@ -8,6 +8,8 @@ All notable changes to the `Serial Monitor` crate will be documented in this fil
8
* removed many `.clone()` calls to reduce CPU load
9
* Fixed sample rate / disconnect issue
10
* Releases are now linked to libssl 3.4.1 on linux (built on Ubuntu 22.04)
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
+ 2nd point. if it is larger than 10000 only every 3rd point etc...)
13
14
## 0.3.4
15
0 commit comments