Versuch die WebOberfläche an zu passen

This commit is contained in:
dAjaY85 2023-03-05 16:21:06 +01:00
parent 3a2e2fa286
commit 18ea8b5925
4 changed files with 5 additions and 6 deletions

View file

@ -431,7 +431,6 @@ class RestApi {
void getDisplay(JsonObject obj) {
obj[F("disp_type")] = (uint8_t)mConfig->plugin.display.type;
obj[F("disp_pwr")] = (bool)mConfig->plugin.display.pwrSaveAtIvOffline;
obj[F("logo_en")] = (bool)mConfig->plugin.display.logoEn;
obj[F("px_shift")] = (bool)mConfig->plugin.display.pxShift;
obj[F("rotation")] = (uint8_t)mConfig->plugin.display.rot;
obj[F("contrast")] = (uint8_t)mConfig->plugin.display.contrast;