-
-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIO WiFi Analyzer requires change for updated RTL8720 firmware #15
Comments
Yes, WioTerminal is still in developing substantially. But I suffer from below error and cannot test latest version yet:
|
I am using these library release:
and latest firmware: but still fatal error: esp_system.h: No such file or directory Which version you can compile success? |
Yes, its compiling and working fine for me (using the rpc libs). I think your compile error may be related to the Seeed's WIO docs on installing the new network libraries point the dev branch. I noticed the dev branch contains this commit which removed ESP dependencies. These are the libraries I'm using (not release tagged): https://github.com/Seeed-Studio/Seeed_Arduino_FS
https://github.com/Seeed-Studio/Seeed_Arduino_SFUD
https://github.com/Seeed-Studio/Seeed_Arduino_mbedtls/archive/dev.zip
https://github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi
https://github.com/Seeed-Studio/Seeed_Arduino_rpcUnified
https://github.com/Seeed-Studio/Seeed_Arduino_FreeRTOS
https://github.com/moononournation/Arduino_GFX |
People who have upgraded the firmware on their WIO's RTL8720 need to change the include on line 17 to the eRPC library:
from:
Arduino_GFX/examples/WioWiFiAnalyzer/WioWiFiAnalyzer.ino
Line 17 in c467cf2
to
The text was updated successfully, but these errors were encountered: