HelTecAutomation / platform-asrmicro650x

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

cubecell_board_pro type is not kown by platformio #10

Closed hansju-11 closed 3 years ago

hansju-11 commented 3 years ago

Processing cubecell_board_pro (platform: asrmicro650x; framework: arduino; board: cubecell_board_pro) --------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via -v, --verbose option Error: Unknown board ID 'cubecell_board_pro' ========================================= [FAILED] Took 1.00 seconds =========================================

I'm running platformio: v2.3.2 Core 5.1.1, Home 3.3.4

valeros commented 3 years ago

Hi @hansju-11 ! Support for the cubecell_board_pro board hasn't been released yet, so you need to use the upstream version of the platform:

[env:cubecell_board_pro]
platform = https://github.com/HelTecAutomation/platform-asrmicro650x.git
framework = arduino
board = cubecell_board_pro
hansju-11 commented 3 years ago

Thx for the fast answer. I will do "an upstream" build,

perfect it is working.