ArduinoMenu
ArduinoMenu copied to clipboard
Example request: A working ESP32WebMenu example would be nice
I tried to convert the esp8266_WebMenu example to support ESP32, however the sample does not build due to several errors
- there is an
#include "user_interface.h"but no such file exists streamFlow.his required but not available in Arduino Library Manager (manually copied though)- (after manually copying streamFlow)
endlandendlObjare used but undefined - (after defining these two) several objects in (an adapted)
esp8266Out.hppwere not defined - ...