We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3fec3 commit 93d8981Copy full SHA for 93d8981
ui/arduino/components/panel_files.js
@@ -44,7 +44,7 @@ function PanelFiles(state, emit) {
44
return html`
45
<div id="files">
46
<div class="file-list">
47
- <span class="path">Serial: ${state.serialPath}</span>
+ <span class="path">Board: ${state.serialPath}</span>
48
<ul>
49
${state.serialFiles.map((file) => ListItem('serial', file))}
50
</ul>
0 commit comments