mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-05 08:28:32 +00:00
[ATL-493] Support platforms installed in directories.user
This commit is contained in:
committed by
GitHub
parent
2cb9889fe4
commit
6233e1fa98
@@ -345,6 +345,7 @@ export interface Board {
|
||||
export interface BoardWithPackage extends Board {
|
||||
readonly packageName: string;
|
||||
readonly packageId: string;
|
||||
readonly manuallyInstalled: boolean;
|
||||
}
|
||||
export namespace BoardWithPackage {
|
||||
export function is(
|
||||
@@ -527,6 +528,7 @@ export namespace Board {
|
||||
packageName: string;
|
||||
packageId: string;
|
||||
details?: string;
|
||||
manuallyInstalled: boolean;
|
||||
}>;
|
||||
export function decorateBoards(
|
||||
selectedBoard: Board | undefined,
|
||||
|
||||
Reference in New Issue
Block a user