You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
EDIT: See the reply below. This is a versioning issue and the extension expects IDE <= 1.18
A bad (non-existing) argument is being passed to the arduino binary when trying to compile. I cannot find a single reference to this failure anywhere else online.
Arduino IDE 2.0.4-nightly-20230205
The code builds in the Arduino IDE.
/tmp/.mount_arduin87Xwqz/arduino-ide: bad option: --board
[Warning] Failed to generate IntelliSense configuration.
[Error] Analyzing sketch 'OLED_LoRa_Receive/OLED_LoRa_Receive.ino': Exit with code=9
The only reference I can find is on arduino.ts:538, which is the this.useArduinoCli() block, and I'm not using the CLI per my settings; VS Code should be using the IDE.
The arduino binary that gets called is arduino-ide_nightly-20230205_Linux_64bit.AppImage