10000 webrepl.html: Add hint that 3rd box on the right is for file op status. · micropython/webrepl@9975359 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9975359

Browse files
author
Paul Sokolovsky
committed
webrepl.html: Add hint that 3rd box on the right is for file op status.
1 parent a4c9d33 commit 9975359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webrepl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<input type="button" value="Get from device" onclick="get_file(); return false;" />
6969
</div>
7070

71-
<div class="file-box" id="file-status"></div>
71+
<div class="file-box" id="file-status"><span style="color:#707070">(file operation status)</span></div>
7272

7373
</div>
7474

0 commit comments

Comments
 (0)
0