This repository was archived by the owner on Dec 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ Device Simulator Express provides several commands in the Command Palette (F1 or
132
132
- ` Device Simulator Express: New File ` : Opens an unsaved .py file with template code, also open the simulator.
133
133
- ` Device Simulator Express: Open Simulator ` : Opens the simulator in the webView
134
134
- ` 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
136
136
- ` Device Simulator Express: Open Serial Monitor ` : Opens the serial monitor in the integrated output window.
137
137
- ` Device Simulator Express: Close Serial Monitor ` : Stops the serial monitor and releases the serial port.
138
138
- ` Device Simulator Express: Change Baud Rate ` : Changes the baud rate of the selected serial port. For Adafruit CPX, the default baud rate is 115200.
You can’t perform that action at this time.
0 commit comments