Skip to content

Commit

Permalink
fix prefs label (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfont authored Mar 9, 2022
1 parent a3ce29a commit b1db350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index_ov2640.h
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ const uint8_t index_ov2640_html[] = R"=====(<!doctype html>
</div>
</div>
<div class="input-group" id="preferences-group">
<label for="reboot" style="line-height: 2em;">Preferences</label>
<label for="prefs" style="line-height: 2em;">Preferences</label>
<button id="reboot" title="Reboot the camera module">Reboot</button>
<button id="save_prefs" title="Save Preferences on camera module">Save</button>
<button id="clear_prefs" title="Erase saved Preferences on camera module">Erase</button>
Expand Down
2 changes: 1 addition & 1 deletion index_ov3660.h
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ const uint8_t index_ov3660_html[] = R"=====(<!doctype html>
</div>
</div>
<div class="input-group" id="preferences-group">
<label for="reboot" style="line-height: 2em;">Preferences</label>
<label for="prefs" style="line-height: 2em;">Preferences</label>
<button id="reboot" title="Reboot the camera module">Reboot</button>
<button id="save_prefs" title="Save Preferences on camera module">Save</button>
<button id="clear_prefs" title="Erase saved Preferences on camera module">Erase</button>
Expand Down

0 comments on commit b1db350

Please sign in to comment.