WIO Terminal example compliled with error (Arduino): 'WiFi' does not name a type

Follow all the installation guide and try to compile the example provided and get this error:

D:\ArduinoInfo\mySketch\libraries\Seeed_Arduino_atWiFi-master\src/AtWiFi.h:1:1: error: ‘WiFi’ does not name a type

WiFi.h

Any suggestion ?

@ansonhe97 It looks like the WiFi document needs to be reviewed again.Please perfect it as soon as possible, thank you.

Hi @wkho

Have you update the Wio Terminal’s WiFi core to the latest firmware following this first: Overview | Seeed Studio Wiki

For more, it seems like that you are missing the WIFi.h libraries which is included in this:

Please make sure that you have installed all the depended libraries on the wiki.

Thanks!