Skip to content

Commit

Permalink
minor improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgineer85 committed Sep 22, 2024
1 parent 18e7d42 commit 75871c5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/extras/buzzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ It emulates a bluetooth keyboard and thus can be used with the photobooth-app or

### Hardware and Assembly

see separate git repository <https://github.com/photobooth-app/photobooth-buzzer>
See separate git repository <https://github.com/photobooth-app/photobooth-buzzer>.
The button might have a twist and turn unlock mechanism. It can be removed easily to convert it to a normal button.

### ESP Microcontroller Software

see separate git repository <https://github.com/photobooth-app/photobooth-buzzer>
See separate git repository <https://github.com/photobooth-app/photobooth-buzzer>.

### Setup in photobooth app

Expand Down
5 changes: 5 additions & 0 deletions docs/extras/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Extras

This sections describes additional hardware and operating system customization to enhance the photobooth.

- [Add a battery powered buzzer](buzzer.md) to remotely trigger actions!
- [Enhance reliability utilizing a UPS](ups.md) to shutdown the photobooth properly!

You made some extras? [Show and tell everybody!](https://github.com/photobooth-app/photobooth-app/discussions/categories/show-and-tell) on Github discussions.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@ nav:
- Extras:
- extras/index.md
- extras/buzzer.md
- extras/ups.md
- extras/display.md
- extras/onscreenkeyboard.md
- extras/printerexample.md
- extras/sync.md
- extras/wifi.md
- extras/wled.md
- extras/ups.md

not_in_nav: |
/extras/shareservice-landing.md

0 comments on commit 75871c5

Please sign in to comment.