Closed Satzende closed 3 years ago
I use the example core2ez> General> menu. The button "Back to main" does not work in the Submenu. Arduino v1.8.13 M5Stack Core 2 https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json
in the wifi.cpp file, line 309 networks.addItem ("Back", EZ_BACK); copy that for the example and it works core2ez> General> menu > line 34, from this sub.addItem("back to main",EZ_BACK);
networks.addItem ("Back", EZ_BACK);
sub.addItem("back to main",EZ_BACK);
I use the example core2ez> General> menu. The button "Back to main" does not work in the Submenu. Arduino v1.8.13 M5Stack Core 2 https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json