Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example request: A working ESP32WebMenu example would be nice #427

Open
ScruffR opened this issue Sep 16, 2023 · 0 comments
Open

Example request: A working ESP32WebMenu example would be nice #427

ScruffR opened this issue Sep 16, 2023 · 0 comments

Comments

@ScruffR
Copy link

ScruffR commented Sep 16, 2023

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.h is required but not available in Arduino Library Manager (manually copied though)
  • (after manually copying streamFlow) endl and endlObj are used but undefined
  • (after defining these two) several objects in (an adapted) esp8266Out.hpp were not defined
  • ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant