HelTecAutomation / platform-asrmicro650x

ASR Microelectronics ASR650x: development platform for PlatformIO
https://registry.platformio.org/platforms/heltecautomation/asrmicro650x
24 stars 15 forks source link

"packages/framework-arduinoasrmicro650x/cores/asr650x/lora/radio" not found in c_cpp_properties.json #11

Closed edulbastos closed 2 years ago

edulbastos commented 2 years ago

Hi,

After upgrading from asr650x@1.2.0 to asr650x@1.3.1 in plataformio, there´s one subdirectory called 'radio' inside 'lora' that´s missing. I can compile and link, but is there any hint how to remove this error?

Regards

valeros commented 2 years ago

Hi @edulbastos ! It's already fixed in the development branch and will be available in the next release. As for now, you can use the upstream version of the platform:

[env:cubecell_gps]
platform = https://github.com/HelTecAutomation/platform-asrmicro650x.git
framework = arduino
board = cubecell_gps
edulbastos commented 2 years ago

Hi valeros,

Thanks a lot for your support.

Regards,