Fix - increase max_size of LEDbackpackwrite
This commit is contained in:
parent
64972ad506
commit
1786350b8c
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ message I2COutputAdd {
|
|||
* LEDBackpackWrite represents a request from the broker to write a message to a LED backpack.
|
||||
*/
|
||||
message LEDBackpackWrite {
|
||||
string message = 1 [(nanopb).max_size = 5]; /** Message to write to the LED backpack. **/
|
||||
string message = 1 [(nanopb).max_size = 128]; /** Message to write to the LED backpack. **/
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue