diff options
author | Devaev Maxim <[email protected]> | 2018-10-05 20:03:40 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-10-05 20:06:39 +0300 |
commit | a87963e300b489831c3809c4321c8747752fc6c6 (patch) | |
tree | 57480d30fd822ac648df39cfb711e6a3aadaf5e1 /web/index.html | |
parent | bbaf99c1b4a19ec6438f794bc045777443cbaaf2 (diff) |
msd pinout
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/index.html b/web/index.html index 1c16bc91..52e08f45 100644 --- a/web/index.html +++ b/web/index.html @@ -69,9 +69,7 @@ <div class="ctl-dropdown-content"> <div class="ctl-dropdown-content-buttons"> <button id="show-about-button">• Show about</button> - <hr> <button id="show-keyboard-button">• Show keyboard</button> - <hr> <button id="show-stream-button">• Show stream</button> <hr> <button disabled id="stream-screenshot-button">• Take a screenshot</button> @@ -91,6 +89,7 @@ <hr> <div class="ctl-dropdown-content-buttons"> <button disabled id="stream-reset-button">• Reset stream</button> + <button disabled id="msd-reset-button">• Reset mass storage</button> </div> </div> </div> |