diff --git a/protobufs b/protobufs index 826dfb760..82ce9448a 160000 --- a/protobufs +++ b/protobufs @@ -1 +1 @@ -Subproject commit 826dfb760450a4225384da6316582e93138102ba +Subproject commit 82ce9448a0d89899ba01786c05d8f73e6a5005b7 diff --git a/src/mesh/generated/meshtastic/module_config.pb.h b/src/mesh/generated/meshtastic/module_config.pb.h index 828a44cc7..28a11ffcd 100644 --- a/src/mesh/generated/meshtastic/module_config.pb.h +++ b/src/mesh/generated/meshtastic/module_config.pb.h @@ -313,13 +313,14 @@ Initially created for the RAK14001 RGB LED module. */ typedef struct _meshtastic_ModuleConfig_AmbientLightingConfig { /* Sets LED to on or off. */ 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 red; /* Red level */ - /* 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 green; /* Green level */ - /* 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 blue; /* Blue level */ + /* Sets the red LED level. Values are 0-255. */ + uint8_t red; + /* Sets the green LED level. Values are 0-255. */ + uint8_t green; + /* Sets the blue LED level. Values are 0-255. */ + uint8_t blue; } meshtastic_ModuleConfig_AmbientLightingConfig; /* A GPIO pin definition for remote hardware module */