Ordner MonochromeDisplay auf Display umbenannt

This commit is contained in:
dAjaY85 2023-03-05 03:30:34 +01:00
parent f1b722fd5d
commit 3a2e2fa286
8 changed files with 1 additions and 1 deletions

View file

@ -46,7 +46,7 @@ typedef PubMqtt<HmSystemType> PubMqttType;
typedef PubSerial<HmSystemType> PubSerialType; typedef PubSerial<HmSystemType> PubSerialType;
// PLUGINS // PLUGINS
#include "plugins/MonochromeDisplay/MonochromeDisplay.h" #include "plugins/Display/MonochromeDisplay.h"
typedef MonochromeDisplay<HmSystemType> MonoDisplayType; typedef MonochromeDisplay<HmSystemType> MonoDisplayType;