-
Notifications
You must be signed in to change notification settings - Fork 28
Board details not available. Compile the sketch once. #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@boomsya, since you're using version Please try if you can reproduce the bug with the nightly IDE2 build. There may be no problem with this extension. |
after update IDE to 2.2.2-nightly have |
This worked for me. Thanks! |
Restarting the IDE resolves the error for |
hi. Can you help me with error "Board details not available. Compile the sketch once." ?
using Arduino 2.2.1 + nodemcu v3 (esp12-f)
firmware compiled and uploaded. I tried to recompile, re upload but still have error "Board details not available. Compile the sketch once." :(
source code of plugin shows error in two cases:
if ((arduinoContext.boardDetails === undefined) || (arduinoContext.fqbn === undefined)) {
vscode.window.showErrorMessage("Board details not available. Compile the sketch once.");
return;
}
after some modify plugin code, is what I can take from
let str = JSON.stringify(arduinoContext, null, 4);
this is before recompile:
and this is after recompile:
I have some time to make tests. If you want we can try to find a solution.
The text was updated successfully, but these errors were encountered: