diff --git a/blog/posts/2025-11-06-wrangling-the-FUTD01-dmx-transmitter.md b/blog/posts/2025-11-06-wrangling-the-FUTD01-dmx-transmitter.md --- a/blog/posts/2025-11-06-wrangling-the-FUTD01-dmx-transmitter.md +++ b/blog/posts/2025-11-06-wrangling-the-FUTD01-dmx-transmitter.md @@ -15,11 +15,11 @@ The two main terms to know are *zones*/*channels* and *address*. -TL;DR: To patch a light, take the 5 addresses starting from - `DXXX + 5*(CHXX-1)`. Each light gets a channel. **The DMX address - is a base address for the transmitter; it is *not* an address for the - individual light.** Each light's address is an offset from the base - address, determined by its channel. +**TL;DR**: To patch a light, take the 5 addresses starting from + `DXXX + 5*(CHXX-1)`. Each light gets a channel. **The DMX address is + a base address for the transmitter; it is *not* an address for the + individual light.** Each light's address is an offset from the base + address, determined by its channel. ## Zones