Skip to content
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

platformio requires changes to the examples #108

Open
nickolay opened this issue Dec 30, 2023 · 0 comments
Open

platformio requires changes to the examples #108

nickolay opened this issue Dec 30, 2023 · 0 comments

Comments

@nickolay
Copy link

First:

LilyGo-EPD47/examples/button$ pio run --list-targets
InvalidEnvNameError: Invalid environment name 't5-4.7'. The name can contain alphanumeric, underscore, and hyphen characters (a-z, 0-9, -, _)

This is due to platformio/platformio-core@269d5e0

Second (you need to prune ~/.platformio to see this):
UnknownPackageError: Could not find the package with 'espressif/toolchain-riscv32-esp @ 8.4.0+2021r2-patch3' requirements for your system 'darwin_x86_64'

This is probably caused by pinning an old arduino-esp32 version

platform_packages = framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#2.0.5

This was reported to me in nickolay/esphome-lilygo-t547plus#6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant