Dual Band WiFi Analyzer with Wio Terminal

Hi @OlivierB,

With all the above updates, Wi-Fi works well on my end.

However, can you tell me your output after running this:

#include "rpcWiFi.h"
 
void setup() {
    Serial.begin(115200);
    while(!Serial); // Wait to open Serial Monitor
    Serial.printf("RTL8720 Firmware Version: %s", rpc_system_version());
}
 
void loop() {
}

Also, did you use Arduino Library Manager to install the libraries?