• Ardoino Uno
Ardoino IDE 1.8.12
Ich nutze das beispiel von blynk [Ardoino_org_Wifi]
Die sketch habe ich alle installiert wie nach anleitung
Fehrlerursache: #include <WiFiLink.h>
In file included from C:\Users\xxxx\Documents\Arduino\libraries\WiFi_Link\src\utility\comm.cpp:27:0:
C:\Users\Stefa\Documents\Arduino\libraries\WiFi_Link\src\utility\comm.h:40:8: error: ‘CommDrv’ does not name a type
extern CommDrv commDrv;
^~~~~~~
der Fehler kommt bestimmt 30 mal nur mit anderen zahlen bei comm.cpp:27:0:
Wo liegt der Fehler?