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

How do I config the 'platformio.ini'... #4

Closed GodayMax closed 3 years ago

GodayMax commented 3 years ago

I try to config platformio.ini like this, but shows some error like "Error: Could not find the package with 'amebad' requirements for your system 'darwin_x86_64'"

[env:myenv] platform = amebad framework = lib_deps =

RECOMMENDED

 # Accept new functionality in a backwards compatible manner and patches
 khoih.prog/WiFiWebServer_RTL8720 @ ^1.0.1
khoih-prog commented 3 years ago

Check WiFiWebServer_RTL8720 Platformio #3

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