Adding elements to list
I'm faced with problem when I add elements to list. For better understanding I explain what I want to do. So here when I click add new elements I go to other screen where config pinout. And when I click save it stores names like "VM1", "Main module" in array there is placed in model.hpp. In list layout I can create 5 elements.
When I add more than 3 elements to the list my names somehow which I store in array disappear and random values which is in my project enrolls
What can cause this problem?