Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit 2f268e9

Browse files
authored
Corrected command in read.me
'Device Simulator Express: Deploy to Board' -> 'Device Simulator Express: Deploy to Device'
1 parent 25b4c65 commit 2f268e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Device Simulator Express provides several commands in the Command Palette (F1 or
132132
- `Device Simulator Express: New File`: Opens an unsaved .py file with template code, also open the simulator.
133133
- `Device Simulator Express: Open Simulator`: Opens the simulator in the webView
134134
- `Device Simulator Express: Run on Simulator`: Runs python code on the simulator
135-
- `Device Simulator Express: Deploy to Board`: Copies & Pastes the code.py or main.py file to CIRCUITPY drive if detected a CPX is plugged in
135+
- `Device Simulator Express: Deploy to Device`: Copies & Pastes the code.py or main.py file to CIRCUITPY drive if detected a CPX is plugged in
136136
- `Device Simulator Express: Open Serial Monitor`: Opens the serial monitor in the integrated output window.
137137
- `Device Simulator Express: Close Serial Monitor`: Stops the serial monitor and releases the serial port.
138138
- `Device Simulator Express: Change Baud Rate`: Changes the baud rate of the selected serial port. For Adafruit CPX, the default baud rate is 115200.

0 commit comments

Comments
 (0)