Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
softwarecrash committed Feb 22, 2024
1 parent 83b98d6 commit 5d915c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/webpages/HTML_SETTINGS.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ <h1>Settings</h1>
<div class="d-grid gap-2">
<form id="uploadform">
<div class="input-group">
<input class="form-control" id="uploadformfield" aria-describedby="uploadformfield" aria-label="Upload" accept=".bin"
accept=".bin" type="file" name="update">
<input class="form-control" id="uploadformfield" aria-describedby="uploadformfield" aria-label="Upload" type="file" accept=".bin" name="update">
<input id="uploadbutton" class="btn btn-outline-secondary" type="button" value="Firmware Update" onclick="postFile()">
</div>
</form>
Expand Down

0 comments on commit 5d915c9

Please sign in to comment.