2024 Jan 07, 10:10 PM
(2023 Dec 30, 03:45 PM)dan Wrote: Nice one!
I will add your plugin to the main SIP plugin repo.
I ordered a waveshare RPi Relay Board (B) so I can try it out.
Dan
P.S.
There was a bug in waveshare_relay_board.py line 188:
I changed it to:Code:return template_render.relay_board(params)
Code:return template_render.waveshare_relay_board(params)
Thanks Dan.