diff --git a/wled00/bus_manager.h b/wled00/bus_manager.h index 24f469b3..8ffc13c3 100644 --- a/wled00/bus_manager.h +++ b/wled00/bus_manager.h @@ -322,8 +322,6 @@ class BusHub75Matrix : public Bus { public: BusHub75Matrix(BusConfig &bc); - uint16_t getMaxPixels() override { return 4096; }; - bool hasRGB() { return true; } bool hasWhite() { return false; }