Xinyuan-LilyGO / T-Dongle-S3

An ESP32S3 development board that can freely use WIFI, BLE, TF, LED, TFT_LCD functions.
MIT License
128 stars 40 forks source link

removed unnecessary arduino espressif package target #23

Open hpsaturn opened 7 months ago

hpsaturn commented 7 months ago

Summary

With the last version of PlatformIO we have the next error in the PlatformIO examples:

UnknownPackageError: Could not find the package with 'espressif/toolchain-riscv32-esp @ 8.4.0+2021r2-patch3' requirements for your system 'linux_x86_64

This PR fix this issue.