I have this function:
.
The intention was to take a value from the array and assign another key named e.g. "CellV_01 etc".
But I don't know why the iteration in the for loop doesn't work like this. Instead of the expected consecutive key value entries I have one with bushes.
When I use println in the same loop the key displays correctly.
What am I doing wrong?
Code: Arduino
The intention was to take a value from the array and assign another key named e.g. "CellV_01 etc".
Code: Arduino
But I don't know why the iteration in the for loop doesn't work like this. Instead of the expected consecutive key value entries I have one with bushes.
When I use println in the same loop the key displays correctly.
What am I doing wrong?