diff options
author | jaseg <git@jaseg.de> | 2023-12-30 16:35:36 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-12-30 16:35:36 +0100 |
commit | 74e119b6e2ce33c3dc66ec078396dfac6314c6c4 (patch) | |
tree | 0a1d1745285869e521aed1a96d6181b7f31d867d /content/blog/wifi-led-driver | |
parent | b357b505257e460d41aef80550693c810780b7fc (diff) | |
download | blog-74e119b6e2ce33c3dc66ec078396dfac6314c6c4.tar.gz blog-74e119b6e2ce33c3dc66ec078396dfac6314c6c4.tar.bz2 blog-74e119b6e2ce33c3dc66ec078396dfac6314c6c4.zip |
theme: Add static page search with pagefind
Diffstat (limited to 'content/blog/wifi-led-driver')
-rw-r--r-- | content/blog/wifi-led-driver/index.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/blog/wifi-led-driver/index.rst b/content/blog/wifi-led-driver/index.rst index 1c4024a..f352fe6 100644 --- a/content/blog/wifi-led-driver/index.rst +++ b/content/blog/wifi-led-driver/index.rst @@ -9,7 +9,7 @@ Project motivation .. FIXME finished project picture with LED tape .. raw:: html - <figure> + <figure data-pagefind-ignore> <img src="images/board_in_case.small.jpg"> <figcaption>The completed driver board installed in the 3D-printed case. This device can now be connected to 12V and two segments of LED tape that can then be controlled trough Wifi. The ESP8266 module goes on the pin @@ -47,7 +47,7 @@ currents their `trip times get long enough that they become unlikely to trip in .. raw:: html - <div class="subfigure"> + <div class="subfigure" data-pagefind-ignore> <figure> <img src="images/schematic.png"> <figcaption> @@ -71,7 +71,7 @@ currents their `trip times get long enough that they become unlikely to trip in .. raw:: html - <figure> + <figure data-pagefind-ignore> <img src="images/boards.small.jpg"> <figcaption>The completed PCBs of this project (front) and the `multichannel LED driver`_ project the driver circuitry was derived from (back). |