* added dim option for LEDS
* changed reload time for opendtufusion after update to 5s
This commit is contained in:
lumapu 2023-12-30 00:20:36 +01:00
parent 3178325b42
commit b5cdd775a7
8 changed files with 1052 additions and 70 deletions

View file

@ -564,7 +564,8 @@ class RestApi {
obj[F("miso")] = mConfig->nrf.pinMiso;
obj[F("led0")] = mConfig->led.led0;
obj[F("led1")] = mConfig->led.led1;
obj[F("led_high_active")] = mConfig->led.led_high_active;
obj[F("led_high_active")] = mConfig->led.high_active;
obj[F("led_lum")] = mConfig->led.luminance;
}
#if defined(ESP32)