]> the.earth.li Git - mqttdeck.git/commit
Add support for sending button images over MQTT
authorJonathan McDowell <noodles@earth.li>
Sat, 26 Apr 2025 18:49:59 +0000 (19:49 +0100)
committerJonathan McDowell <noodles@earth.li>
Sat, 26 Apr 2025 18:49:59 +0000 (19:49 +0100)
commit2ba39945763c2ce72df5632f9e37bfd393e2f8e7
tree7940494988ce26db88c76212740b97981cd3b0ff
parentec3280c645d1d386cecc18917c1c2aa133e3a2ef
Add support for sending button images over MQTT

Hook up a base64/image decoder combo so we can send an entire image over
MQTT to display on the buttons.
Cargo.lock
Cargo.toml
src/main.rs