summaryrefslogtreecommitdiff
path: root/content/blog/wifi-led-driver
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2025-06-30 15:40:28 +0200
committerjaseg <git@jaseg.de>2025-06-30 15:40:28 +0200
commit322eddf574e8b5bd01f0b5ce553bafa6ce10a774 (patch)
tree643deb6e82f1dc2c6e444ef1503ca04a42a0949d /content/blog/wifi-led-driver
parent752f296a77b29fc2e2284482835243bb6c12423f (diff)
downloadblog-322eddf574e8b5bd01f0b5ce553bafa6ce10a774.tar.gz
blog-322eddf574e8b5bd01f0b5ce553bafa6ce10a774.tar.bz2
blog-322eddf574e8b5bd01f0b5ce553bafa6ce10a774.zip
More rendering fixesmain
Diffstat (limited to 'content/blog/wifi-led-driver')
-rw-r--r--content/blog/wifi-led-driver/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blog/wifi-led-driver/index.rst b/content/blog/wifi-led-driver/index.rst
index 7789360..2f89856 100644
--- a/content/blog/wifi-led-driver/index.rst
+++ b/content/blog/wifi-led-driver/index.rst
@@ -7,7 +7,7 @@ summary: >
just want to pop a piece of LED tape or two somewhere, but I don't need a full 32 channels of control. I ended up
thinking that a smaller version of the 32-channel driver that didn't require a separate control computer would be
handy. So I sat down and designed a variant of the design with only 8 channels instead of 32 and an on-board ESP8266
- module instead of the RS485_ transceiver for WiFi connectivity.
+ module instead of the RS485 transceiver for WiFi connectivity.
---
Project motivation