mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-14 20:59:27 +00:00
Implemented serial-monitoring for the backend.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
@@ -43,4 +43,14 @@ export namespace ArduinoCommands {
|
||||
id: "arduino-toggle-pro-mode"
|
||||
}
|
||||
|
||||
export const CONNECT_TODO: Command = {
|
||||
id: 'connect-to-attached-board',
|
||||
label: 'Connect to Attached Board'
|
||||
}
|
||||
|
||||
export const SEND: Command = {
|
||||
id: 'send',
|
||||
label: 'Send a Message to the Connected Board'
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user