-
Notifications
You must be signed in to change notification settings - Fork 56
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
select custom board #79
Comments
I'm improving this feature in v2 of deviot, in this version you should remove the file located in: It will took a few seconds to refresh and show the new board |
I deleted this file but it didn't reappear after restarting ST. Also it wasn't showing the boards list to select one.
which turned into this:
After this change I can see my boards on Deviot but it gives me an error if I execute |
Your first structure is like this:? #77 (comment) Try again, and this time after delete the file in the |
No, the structure I was using is like this because I found that only with this structure I'm not getting errors on terminal. After the structure change they are like the commment you posted but I get this error
|
it seems to be a problem with PlatformIO. The last structure is working only with PlatformIO 3, having open a cpp or ino file, Deviot will show you the version installed in the status bar, if your version is 2.x I suggest you to update from
After install the last version ( And you should use this json structure for your board |
I have Deviot 1.2.5 and PlatformIO 3.1.0 edit: It seems to be fixed after upgrading platformio with
|
Hello,
I have created a few custom boards but I cannot find them in Deviot.
I can see my boards if I execute
platformio boards
in terminal.Should I update the list in Deviot somehow?
The text was updated successfully, but these errors were encountered: