mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-25 22:20:27 +00:00
[create-pull-request] automated change (#2782)
Co-authored-by: thebentern <thebentern@users.noreply.github.com>
This commit is contained in:
parent
fcf798df98
commit
e256520336
@ -1 +1 @@
|
|||||||
Subproject commit 826dfb760450a4225384da6316582e93138102ba
|
Subproject commit 82ce9448a0d89899ba01786c05d8f73e6a5005b7
|
@ -313,13 +313,14 @@ Initially created for the RAK14001 RGB LED module. */
|
|||||||
typedef struct _meshtastic_ModuleConfig_AmbientLightingConfig {
|
typedef struct _meshtastic_ModuleConfig_AmbientLightingConfig {
|
||||||
/* Sets LED to on or off. */
|
/* Sets LED to on or off. */
|
||||||
bool led_state;
|
bool led_state;
|
||||||
/* Sets the overall current for the LED, firmware side range for the RAK14001 is 1-31, but users should be given a range of 0-100% */
|
/* Sets the current for the LED output. Default is 10. */
|
||||||
uint8_t current;
|
uint8_t current;
|
||||||
uint8_t red; /* Red level */
|
/* Sets the red LED level. Values are 0-255. */
|
||||||
/* Sets the green level of the LED, firmware side values are 0-255, but users should be given a range of 0-100% */
|
uint8_t red;
|
||||||
uint8_t green; /* Green level */
|
/* Sets the green LED level. Values are 0-255. */
|
||||||
/* Sets the blue level of the LED, firmware side values are 0-255, but users should be given a range of 0-100% */
|
uint8_t green;
|
||||||
uint8_t blue; /* Blue level */
|
/* Sets the blue LED level. Values are 0-255. */
|
||||||
|
uint8_t blue;
|
||||||
} meshtastic_ModuleConfig_AmbientLightingConfig;
|
} meshtastic_ModuleConfig_AmbientLightingConfig;
|
||||||
|
|
||||||
/* A GPIO pin definition for remote hardware module */
|
/* A GPIO pin definition for remote hardware module */
|
||||||
|
Loading…
Reference in New Issue
Block a user