Hi, sorry for my disturb, i have a question about widget Table.
I’m trying to use and understand how it work.
From your website DOCS, i read table commands : “add”, “update”, “pick”, “clr”.
I’m asking if there are some others commands (es. “unpick” ) or if there is a list somewhere that i don’t find?
Thanks in advance
Antonio
P.S. How i can select and deselect Row from Hardware side using Blynk.virtualWryte?
I’m sorry but Blynk.virtualWrite(V120, “select”, rawId); is not working
work fine “clr”, “update”… i don’t find where is my mistake.
When i use this Blynk.virtualWrite(V120, “select”, rawId); often i receive Buffer overflow from hardware serial
I have a lot of widget in this Project, i have to optimize times and schedulations.
I find where is the problem. Arduino send correctly to App but Table widget don’t update. For update widget i have to turn off the cellphone screen and turn on it.
May e is a littele bug of app?
Yes, i asked yesterday what commands are supported for Table, and Dmitriy updated DOC guide in your website.
Sorry but i was intersted about select/deselect for my project
Do you think it can be increase easily?
Thanks again