Hello, I wanted to know if it is possible to add more than 30 “labels” using the command Blynk.setProperty(Variable, “labels”, “1”, …, “30”);
I’ve been trying several ways (like add.items), but the only one that allows me to add more than 30 labels is through the BLYNK APP (in theory up to 255), can this be done from the hardware side? It would make it much easier for me to replicate the code instead of making it by hand in the APP.