ropg / heltec_esp32_lora_v3

Proper working Arduino library for the Heltec ESP32 LoRa v3 board, as well as for Wireless Stick v3 and Wireless Stick Lite v3. Uses RadioLib
MIT License
373 stars 22 forks source link

Unable to use with Arduino IDE 2.3.2 #15

Closed gradew closed 7 months ago

gradew commented 7 months ago

I've only been able to use this board library with the legacy version of the Arduino IDE (1.8.19), albeit with a warning. When trying to compile with the latest version of the IDE (2.3.2), I'm getting the following error message:

Invalid FQBN: tool release not found: esp32:openocd-esp32@v0.12.0-esp32-20230419 Compilation error: Invalid FQBN: tool release not found: esp32:openocd-esp32@v0.12.0-esp32-20230419

It seems esp32-20230419 is missing from the boards.json definition.

ropg commented 7 months ago

This is known issue that I'm fixing as soon as I have some time this week. Here's the discussion about the new method.

gradew commented 7 months ago

Hi,

Thanks for your response, and my apologies for creating this issue: I didn't see the discussion about the workaround (which works great !)

Cheers