Coopdis / easyMesh

Library to create a simple mesh network on Arduino/esp8266
MIT License
524 stars 123 forks source link

Can not compile on ESP-wroom-32 #38

Open ddjikic opened 7 years ago

ddjikic commented 7 years ago

Is there any way to run it on ESP-wroom-32 ? it has an issue with user_interface.h

libraries/easyMesh-master/src/easyMesh.h:9:28: fatal error: user_interface.h: No such file or directory compilation terminated. Error compiling.

BlackEdder commented 7 years ago

As far as I can tell easyMesh is abandoned. We are maintaining a fork on gitlab though: https://gitlab.com/BlackEdder/painlessMesh

We also just added esp32 support to painlessMesh