mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-05 20:21:38 +02:00
fix wrong filename for automatically created manifest (online installer) #620
added rotate display feature #619 improved Prometheus endpoint #615, thx to fsck-block
This commit is contained in:
parent
2610f1adfb
commit
22ae6d2e22
8 changed files with 78 additions and 21 deletions
|
@ -359,6 +359,7 @@ class RestApi {
|
|||
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("rot180")] = (bool)mConfig->plugin.display.rot180;
|
||||
obj[F("contrast")] = (uint8_t)mConfig->plugin.display.contrast;
|
||||
obj[F("pinDisp0")] = mConfig->plugin.display.pin0;
|
||||
obj[F("pinDisp1")] = mConfig->plugin.display.pin1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue