mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Increase size of the payload buffer
This commit is contained in:
parent
3dadfa606d
commit
d913a697fb
@ -381,7 +381,7 @@ static inline void gpio_input_state(hasp_gpio_config_t* gpio)
|
|||||||
|
|
||||||
void gpio_output_state(hasp_gpio_config_t* gpio)
|
void gpio_output_state(hasp_gpio_config_t* gpio)
|
||||||
{
|
{
|
||||||
char payload[32];
|
char payload[40];
|
||||||
char topic[12];
|
char topic[12];
|
||||||
char statename[8];
|
char statename[8];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user