mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-09-30 23:28:32 +00:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
3c5c014d45 |
@@ -74,7 +74,9 @@ export class UserFields extends Contribution {
|
||||
async checkUserFieldsDialog(forceOpen = false): Promise<boolean> {
|
||||
const key = this.selectedFqbnAddress();
|
||||
if (!key) {
|
||||
return false;
|
||||
// Let the upload continue without an FQBN and the CLI fail instead of disabling the upload from IDE.
|
||||
// https://github.com/arduino/arduino-ide/issues/1714
|
||||
return true;
|
||||
}
|
||||
/*
|
||||
If the board requires to be configured with user fields, we want
|
||||
|
Reference in New Issue
Block a user