-
-
Notifications
You must be signed in to change notification settings - Fork 388
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
Schema not defined for key 'sketchbook_path' / monitor
command now requires FQBN -b ...
#2638
Comments
You probably have the key
The directory set in |
In this case the error is telling that you must specify the board with The board is required to determine the initial settings for RTS/DTR. |
Breaking changes are to be expected until the CLI was in alpha/beta state. The version number To reduce the impact on the users we decided to put all the breaking changes on the 1.0.0 release now. After this release, it can be considered stable and other breaking changes should not be expected anymore until the 2.0.0. Of course, there may be bugs, or unexpected changes from users coming from 0.x.x, but hopefully this should but the last time we involve our users into unexpected breaking... BTW, the error message could be surely improved, so thanks for your bug report and your patience :-) |
I expected to use the utility as before after the update, i.e. in the usual way. |
Yes, it need flag -b
And the utility cannot detect How to use this feature?
Error
It is also not clear how to use the debug functionality and
In general, I have long wanted to be able to get the compilation time, in addition to the report, because... In
And in general, there is a way to increase the speed of firmware assembly, even in |
This issue tracker is only to be used to report bugs or feature requests specific to the project. Support requests must be made on Arduino Forum. I'm sure we will be able to help you out over there: |
Yes, thanks @per1234. BTW, besides the other requests for help, I confirm that the |
monitor
command now requires FQBN -b ...
Hello @cmaglie
I just commented out the line
in the |
Reopen because not fixed completely yet. |
Describe the problem
I used version
0.35.3
Updated to 1.0.0...
Now the utility’s performance has become poor during compilation, as it actually writes with any command
schema not defined for key 'sketchbook_path'
Compilation seems to work, but it takes much longer than before - this work in Windows.
Port monitor command
displays this error
The download also seems to work, but I don't understand what has changed and how to fix it.
When updating software there is always a chance to break something, and you guys managed to do it.
Reverted to stable version
0.35.3
To reproduce
Command:
Expected behavior
Without comments
Arduino CLI version
1.0.0
Operating system
Windows
Operating system version
10 Pro
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: