Comm.h:40:8: error: 'CommDrv' does not name a type

• 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?

We need to see your code.

Pete.

#include <WiFiLink.h>
#include <BlynkSimpleWiFiLink.h>

[Unformatted code removed by moderator 2 days after asking OP to fix the formatting]

i can´t more than two links in this message.
I have change the link bit . ->Blynkxbegin and blynk-cloudxcom

You’re getting this message because you have not formatted your code correctly.
Edit your post using the pencil icon at the bottom, then add triple backticks at the beginning and end of your code.
Triple backticks look like this:
```

Pete.