when I try to use two char variable
and disconnect and reconnect the board does not display the variable char name2. When I use selectAll (); Shows the select name1, but not the name2. ¿ Why ? . The example function work when i use one variable char.
Thanks!
struct LogEvent {
int id;
int temperature;
char name1[20];
char name2[20];
}
logEvent;
Hi!
when I try to use two char variable and disconnect and reconnect the board does not display the variable char name2. When I use selectAll (); Shows the select name1, but not the name2. ¿ Why ? . The example function work when i use one variable char.
Thanks!
Function to create record
Function to Select
When I do not disconnect image 1 When i disconnect image 2