-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Commit d164df8
fix: remove "programmer.default" from Nano ESP32 (#9666)
Setting programmer.default has unfortunately multiple effects:
- sets the tick by default in the Tool menu in the IDE (which was the
expected behavior),
- forces the CLI to use the specified programmer every time an upload is
attempted (which is confusing users).
For this reason, it is better to remove the "programmer.default" setting
from the board definition and let the user choose the programmer in the
IDE menus, as it was before.1 parent ee081b9 commit d164df8
1 file changed
+0
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35606 | 35606 |
| |
35607 | 35607 |
| |
35608 | 35608 |
| |
35609 | - | ||
35610 | 35609 |
| |
35611 | 35610 |
| |
35612 | 35611 |
| |
|
0 commit comments