Open Vincent-Pang opened 7 years ago
I am having the same problem here!please any one to help
Plz add it
I don't see much need for this as the Original Uno Wifi is dead, and we already have support for its successor, the Arduino UNO Wifi Rev2, which is supported by PlatformIO.
Hi, please add support for Arduino UNO WiFi.
I am doing some development on this board with CLion. And I would like to use the Arduino WiFi Link Library.
I found that there are some unowifi related code on platformio github (at the end of boards.txt) already, but I can't found unowifi at board manager. Then I install the most similar board uno instead.
The followings are my steps.
pio init --ide clion --board uno pio lib install "WiFi Link"
main.cpp
When I build it, compile error occur.
Then I took a look at comm.h. And from this src code, I think I should define ESP_CH_UART first (for Arduino UNO WIFI DEV. EDITION) although I know I should not modify this file by myself. But anyway, let me try if it could work.
So I define it manually.
And then there is another compile error. Cannot find Wire.h
I don't know why it can't find Wire.h. Never mind, let me include it manually.
Linking error occur this time. I have no idea how to fix it ...
Please help to support Arduino UNO WiFi in a proper way. Thanks.