mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-11 07:01:38 +02:00
0.8.35
* added dim option for LEDS * changed reload time for opendtufusion after update to 5s
This commit is contained in:
parent
3178325b42
commit
b5cdd775a7
8 changed files with 1052 additions and 70 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue