Skip to content

Commit 02cd19b

Browse files
committed
Merge branch 'master' of github.com:neu-rah/ArduinoMenu
2 parents 6810e5a + 57bebe9 commit 02cd19b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/menuIO/jsonFmt.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@
3838
// o<<node.sz();
3939
for(idx_t n=0;n<node.sz();n++)
4040
o<<(n?",":"")<<"\""<<node[n]<<"\"";
41+
<<<<<<< HEAD
4142
o<<"],\"sel\":\""<<((menuVariantBase*)&node)->sync()<<"\"";
43+
=======
44+
o<<"],\"sel\":\""<<idx<<"\"";
45+
>>>>>>> 57bebe9dcca687d9db2cd771847bc5e6c45aae03
4246
}
4347
};
4448
#endif

0 commit comments

Comments
 (0)