mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-25 14:56:11 +02:00
Versuch die WebOberfläche an zu passen
This commit is contained in:
parent
3a2e2fa286
commit
18ea8b5925
4 changed files with 5 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue