espressif / esp-rainmaker

ESP RainMaker Agent for firmware development
Apache License 2.0
453 stars 152 forks source link

number of parameters (MEGH-3710) #151

Closed jacek12345 closed 2 years ago

jacek12345 commented 2 years ago

Is the number of parameters limited? Added 7'th parameter for device that is ESP_RMAKER_UI_TOGGLE make some strange behaviour in iOS mobile app. When I have 4 ESP_RMAKER_UI_TEXT parameters and 2 ESP_RMAKER_UI_TOGGLE parameters, everything works ok. But when add next ESP_RMAKER_UI_TOGGLE parameter and toggle ON one of this 3 ESP_RMAKER_UI_TOGGLE parameters, it toggles alone ON and OFF, and also neighboring one also toggles. If remove one of parameter (no matter which and what UI), the problem dissapear.

https://user-images.githubusercontent.com/34368502/181836558-6ebccec3-f06f-4bd8-91a7-6df3d31cd100.MP4

.

jacek12345 commented 2 years ago

Related with mobile app (iOS only)