You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EPS_MESH_TEST.cpp.o:(.text.setup+0x4): undefined reference to espconn_mesh_enable' EPS_MESH_TEST.cpp.o: In functionsetup':
C:\arduino-1.6.5-r2/EPS_MESH_TEST.ino:11: undefined reference to `espconn_mesh_enable'
collect2.exe: error: ld returned 1 exit status
Fejl i kompilering.
What do I or the framework doing wrong?
The text was updated successfully, but these errors were encountered:
I have made the following code:
When I build the code I get the following error:
EPS_MESH_TEST.cpp.o:(.text.setup+0x4): undefined reference to
espconn_mesh_enable' EPS_MESH_TEST.cpp.o: In function
setup':C:\arduino-1.6.5-r2/EPS_MESH_TEST.ino:11: undefined reference to `espconn_mesh_enable'
collect2.exe: error: ld returned 1 exit status
Fejl i kompilering.
What do I or the framework doing wrong?
The text was updated successfully, but these errors were encountered: