diff --git a/docs/extras/buzzer.md b/docs/extras/buzzer.md index 0be582b..a520ee6 100644 --- a/docs/extras/buzzer.md +++ b/docs/extras/buzzer.md @@ -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 +See separate git repository . +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 +See separate git repository . ### Setup in photobooth app diff --git a/docs/extras/index.md b/docs/extras/index.md index e5b2428..2b0192c 100644 --- a/docs/extras/index.md +++ b/docs/extras/index.md @@ -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. diff --git a/mkdocs.yml b/mkdocs.yml index 7390d2f..b28b1fd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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