khoih-prog / WiFiWebServer_RTL8720

Simple WiFiWebServer, HTTP Client, MQTT and WebSocket Client library for Realtek RTL8720DN, RTL8722DM, RTM8722CSM boards using WiFi. Supporting WiFi at 2.4GHz and 5GHz
MIT License
11 stars 5 forks source link

WiFiWebServer_RTL8720 Platformio #3

Closed thiennguyen2021 closed 3 years ago

thiennguyen2021 commented 3 years ago

@khoih-prog, I see in your project , there are guide about to build by Platformio. I had tried but unsuccessful! Can you guide me. Have you any advice me? Thank you so much! Thiện!

khoih-prog commented 3 years ago

Hi Thiện,

PIO is currently not supporting AmebaD platform as you can see PIO Development Platforms.

I suggest that you

  1. Use Arduino IDE which is much easier and powerful enough to use for complex projects.
  2. Post an enhancement request on PIO Issue and/or request for help in PIO Forum

Good Luck,

thiennguyen2021 commented 3 years ago

Thanks @khoih-prog