change warning about non-included modules

This commit is contained in:
Joel Wetzell
2026-05-17 13:19:41 -05:00
parent 947557da78
commit 69bc31d3f1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ sidebar:
import { Aside } from '@astrojs/starlight/components';
<Aside type="caution">
This module is not currently included in the pre-compiled binaries for [showbridge](https://github.com/jwetzell/showbridge-go/releases/latest)
This module is not currently included in the docker builds of [showbridge](https://hub.docker.com/r/jwetzell/showbridge)
</Aside>
The `serial.client` module connects to a serial device and emits a message messages based on the data it receives from the port. Messages are determined by "framing" techniques as serial is a stream based protocol.