From 3bef4284e38d265e36bc387fe9439e5af971719d Mon Sep 17 00:00:00 2001 From: Blaz Kristan Date: Sun, 4 Jul 2021 22:46:17 +0200 Subject: [PATCH] Fix for ESP8266 compile. --- wled00/bus_wrapper.h | 1 - 1 file changed, 1 deletion(-) diff --git a/wled00/bus_wrapper.h b/wled00/bus_wrapper.h index d4ab7c04..9494d030 100644 --- a/wled00/bus_wrapper.h +++ b/wled00/bus_wrapper.h @@ -177,7 +177,6 @@ class PolyBus { case I_8266_DM_TM1_4: beginTM1814(busPtr); break; case I_8266_BB_TM1_4: beginTM1814(busPtr); break; case I_HS_DOT_3: (static_cast(busPtr))->Begin(); break; - case I_HS_DOT_4: (static_cast(busPtr))->Begin(); break; case I_HS_LPD_3: (static_cast(busPtr))->Begin(); break; case I_HS_WS1_3: (static_cast(busPtr))->Begin(); break; case I_HS_P98_3: (static_cast(busPtr))->Begin(); break;