From 7603b5a56cd60acf0bc70c65ca138ed8dfd8df8e Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Mon, 26 Feb 2024 19:35:15 +0000 Subject: [PATCH] Remove getMaxPixels --- wled00/bus_manager.h | 2 -- 1 file changed, 2 deletions(-) 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; }