mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-19 17:26:36 +00:00
Fixed typos.
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
This commit is contained in:
parent
d674ab9b73
commit
683219dc1c
@ -66,10 +66,11 @@ export class BoardsServiceProvider implements FrontendApplicationContribution {
|
|||||||
protected _availableBoards: AvailableBoard[] = [];
|
protected _availableBoards: AvailableBoard[] = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Unlike `onAttachedBoardsChanged` this even fires when the user modifies the selected board in the IDE.\
|
* Unlike `onAttachedBoardsChanged` this event fires when the user modifies the selected board in the IDE.\
|
||||||
* This even also fires, when the boards package was not available for the currently selected board,
|
* This event also fires, when the boards package was not available for the currently selected board,
|
||||||
* and the user installs the board package. Note: installing a board package will set the `fqbn` of the
|
* and the user installs the board package. Note: installing a board package will set the `fqbn` of the
|
||||||
* currently selected board.\
|
* currently selected board.
|
||||||
|
*
|
||||||
* This event is also emitted when the board package for the currently selected board was uninstalled.
|
* This event is also emitted when the board package for the currently selected board was uninstalled.
|
||||||
*/
|
*/
|
||||||
readonly onBoardsConfigChanged = this.onBoardsConfigChangedEmitter.event;
|
readonly onBoardsConfigChanged = this.onBoardsConfigChangedEmitter.event;
|
||||||
|
@ -142,7 +142,7 @@ export interface BoardsService
|
|||||||
export interface Port {
|
export interface Port {
|
||||||
// id is the combination of address and protocol
|
// id is the combination of address and protocol
|
||||||
// formatted like "<address>|<protocol>" used
|
// formatted like "<address>|<protocol>" used
|
||||||
// to univocally recognize a port
|
// to uniquely recognize a port
|
||||||
readonly id: string;
|
readonly id: string;
|
||||||
readonly address: string;
|
readonly address: string;
|
||||||
readonly addressLabel: string;
|
readonly addressLabel: string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user