From 28fe5cbd8b5eb70cc5eb725b1cf718ac5d9a1f3e Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Sat, 21 Sep 2024 20:04:06 +0200 Subject: [PATCH] forgot one --- wled00/bus_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/bus_manager.cpp b/wled00/bus_manager.cpp index d0fc80fa..61cc90fb 100644 --- a/wled00/bus_manager.cpp +++ b/wled00/bus_manager.cpp @@ -162,7 +162,7 @@ void BusDigital::show() { PolyBus::show(_busPtr, _iType); } -bool BusDigital::canShow() const { +bool BusDigital::canShow() { return PolyBus::canShow(_busPtr, _iType); }