-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Commit 97e979c
committed
Add copy button to the serial monitor
Add a copy button to the serial monitor that copies the text in the serial monitor output area to the system clipboard.1 parent 74f93fe commit 97e979c
File tree
2 files changed
+20
-1
lines changed- app/src/processing/app
2 files changed
+20
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 | + | ||
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
| |||
82 | 83 |
| |
83 | 84 |
| |
84 | 85 |
| |
86 | + | ||
85 | 87 |
| |
86 | 88 |
| |
87 | 89 |
| |
| |||
140 | 142 |
| |
141 | 143 |
| |
142 | 144 |
| |
145 | + | ||
146 | + | ||
143 | 147 |
| |
144 | 148 |
| |
145 | 149 |
| |
| |||
149 | 153 |
| |
150 | 154 |
| |
151 | 155 |
| |
156 | + | ||
152 | 157 |
| |
153 | 158 |
| |
154 | 159 |
| |
| |||
167 | 172 |
| |
168 | 173 |
| |
169 | 174 |
| |
175 | + | ||
176 | + | ||
177 | + | ||
178 | + | ||
170 | 179 |
| |
171 | 180 |
| |
172 | 181 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | + | ||
26 | + | ||
25 | 27 |
| |
26 | 28 |
| |
27 | 29 |
| |
| |||
62 | 64 |
| |
63 | 65 |
| |
64 | 66 |
| |
65 | - | ||
67 | + | ||
66 | 68 |
| |
67 | 69 |
| |
68 | 70 |
| |
69 | 71 |
| |
70 | 72 |
| |
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + | ||
78 | + | ||
79 | + | ||
80 | + | ||
71 | 81 |
| |
72 | 82 |
| |
73 | 83 |
| |
|
0 commit comments