HelTecAutomation / platform-heltec-cubecell

Heltec Cubecell: development platform for PlatformIO
https://registry.platformio.org/platforms/heltecautomation/heltec-cubecell
Apache License 2.0
9 stars 5 forks source link

Unable to create a project using cubecell_board #6

Closed memiks closed 11 months ago

memiks commented 11 months ago

When I download arduino-blink project I am not able to download dependencies through platformio. and not able to compile:

Output:

MissingPackageManifestError: Could not find one of 'package.json' manifest files in the package

Build:


Processing cubecell_board (platform: heltec-cubecell; framework: arduino; board: cubecell_board)
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
MissingPackageManifestError: Could not find one of 'package.json' manifest files in the package

Do you have any idea on how to solve this ? Thanks!

memiks commented 11 months ago

Solved by adding this to my platformio.ini

platform_packages = 
    platformio/toolchain-gccarmnoneeabi@^1.120201.221222