-
-
Notifications
You must be signed in to change notification settings - Fork 481
Commit bf49cfb
Fix Serial Plotter sketches for compatibility with all IDE versions
The sketches provided in the Arduino IDE 2.x Serial Plotter documentation used variable labels that contained spaces.
Support for spaces in labels has been intentionally dropped in order to enable fixes for critical bugs in Serial Plotter
that made it incompatible with the data formats established for years by the Arduino IDE 1.x Serial Plotter. Since that
Serial Plotter never supported spaces in labels, and thus the existing body of sketches did not use them in labels, it
was determined an acceptable tradeoff.
It may be that this enhancement will be implemented at some point in the future, but for now the example sketches in the
docs must use the currently supported data format.1 parent 9efb9e6 commit bf49cfb
File tree
1 file changed
+4
-4
lines changed- content/software/ide-v2/tutorials/ide-v2-serial-plotter
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 | - | ||
57 | + | ||
58 | 58 |
| |
59 | 59 |
| |
60 | - | ||
60 | + | ||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 | - | ||
81 | + | ||
82 | 82 |
| |
83 | 83 |
| |
84 | - | ||
84 | + | ||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
|
0 commit comments