-
-
Notifications
You must be signed in to change notification settings - Fork 489
Commit 99b1094
Listen on the client's port change event
If the board select dialog is listening on the backend's event,
the frontend might miss the event when it comes up, although boards
are connected and ports are discovered.
Closes #573
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>1 parent 960a2d0 commit 99b1094
File tree
2 files changed
+22
-9
lines changed- arduino-ide-extension/src/browser/boards
2 files changed
+22
-9
lines changedLines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | - | ||
10 | 9 |
| |
11 | 10 |
| |
12 | 11 |
| |
| |||
113 | 112 |
| |
114 | 113 |
| |
115 | 114 |
| |
116 | - | ||
117 | - | ||
118 | - | ||
119 | - | ||
120 | - | ||
115 | + | ||
116 | + | ||
117 | + | ||
118 | + | ||
119 | + | ||
120 | + | ||
121 | + | ||
122 | + | ||
121 | 123 |
| |
122 | 124 |
| |
123 | 125 |
| |
|
Lines changed: 14 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 | - | ||
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
67 | 70 |
| |
68 | 71 |
| |
69 | 72 |
| |
| |||
120 | 123 |
| |
121 | 124 |
| |
122 | 125 |
| |
126 | + | ||
123 | 127 |
| |
124 | - | ||
128 | + | ||
129 | + | ||
130 | + | ||
131 | + | ||
125 | 132 |
| |
126 | 133 |
| |
127 | 134 |
| |
| |||
229 | 236 |
| |
230 | 237 |
| |
231 | 238 |
| |
239 | + | ||
232 | 240 |
| |
233 | - | ||
241 | + | ||
242 | + | ||
243 | + | ||
244 | + | ||
234 | 245 |
| |
235 | 246 |
| |
236 | 247 |
| |
|
0 commit comments