Heltec-Aaron-Lee / WiFi_Kit_series

Arduino source codes and toolchain for WiFi_Kit_series made by HelTecAutomation.
GNU Lesser General Public License v2.1
729 stars 304 forks source link

PlatformIO VSC config Ubuntu #255

Open jo-ei opened 1 month ago

jo-ei commented 1 month ago

Hi, i like to use it on my Ubuntu with Visual Studio Code with platform.io.

here is my platformio.ini config

[platformio]
default_envs = my-config
description = my Test Project

[env:my-config]
platform = https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series.git
board = heltec_wifi_lora_32_V3
framework = arduino
platform_packages =
  framework-arduinoespressif32@https://github.com/HelTecAutomation/Heltec_ESP32.git
monitor_speed = 115200

lib_deps =
  heltecautomation/ESP32_LoRaWAN@^2.1.1
  heltecautomation/Heltec ESP32 Dev-Boards@^2.0.2

i got the following error:

Resolving my-config dependencies...
Platform Manager: Installing git+https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series.git
git version 2.34.1
Klone nach '/home/user/.platformio/.cache/tmp/pkg-installing-uom9pai3' …

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

Can somebody help me to get this fixed?

Thanks

SpaceTeddy commented 1 month ago

+1 I'm also interested to keep the Heltec Lora V3 running under PLatformIO. Arduino IDE is so lame :)