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

Commit b9e1f17

Browse files
committed
Remove any preview mode info in ReadMe
1 parent d5badb6 commit b9e1f17

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

README.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<a href='https://microsoftgarage.visualstudio.com/002806e2-ebaa-4672-9d2e-5fe5d29154ef/_boards/board/t/227906bb-31ac-4b07-8626-3d757754a616/Microsoft.RequirementCategory/'><img src='https://microsoftgarage.visualstudio.com/002806e2-ebaa-4672-9d2e-5fe5d29154ef/227906bb-31ac-4b07-8626-3d757754a616/_apis/work/boardbadge/73f82653-3da1-4a6f-bb79-c91c9eecec28' alt='Azure DevOps Board Badge' /></a>
66

7-
Make without limit! Device Simulator Express, a Microsoft Garage project, allows you to code microcontrollers without the hardware on hand! You can program your Adafruit Circuit Playground Express (CPX) or your BBC micro:bit! Test and debug your code on the device simulator and see the same
7+
Make without limit! Device Simulator Express, a Microsoft Garage project, allows you to code microcontrollers without the hardware on hand! You can program your Adafruit Circuit Playground Express (CPX), your BBC micro:bit or the Adafruit CLUE! Test and debug your code on the device simulator and see the same
88
result when you plug in your actual microcontroller. Curious about the output of the device, the serial
99
monitor allows you to observe the device output.
1010

@@ -120,8 +120,6 @@ In Device Simulator Express, you can use keyboard to interact with the device:
120120

121121
## Adafruit CLUE Simulator
122122

123-
NOTE: This simulator is hidden under the preview mode flag. See below on how to enable the preview mode flag.
124-
125123
### Features
126124

127125
- IntelliSense and syntax highlighting for CircuitPython code for the following drivers and libraries:
@@ -164,22 +162,6 @@ NOTE: This simulator is hidden under the preview mode flag. See below on how to
164162
- Refresh the simulator: <kbd>Shift</kbd> + <kbd>R</kbd>
165163
- Run the simulator: <kbd>Shift</kbd> + <kbd>F</kbd>
166164

167-
## How to enable preview flag
168-
169-
Currently, we have our Adafruit CLUE simulator hidden behind a preview flag and we want you to try it out!
170-
171-
### I. Open settings
172-
173-
For Windows and Linux, you can use <kbd>Ctrl</kbd> + <kbd>,</kbd> or use `File -> Preferences -> Settings` in the top menu to navigate to settings. For Mac, you can use <kbd>Cmd</kbd> + <kbd>,</kbd> or use `Code -> Preferences -> Settings`.
174-
175-
<img alt='Adafruit CLUE' src='https://raw.githubusercontent.com/microsoft/vscode-python-devicesimulator/dev/assets/readmeFiles/clue/open_settings.PNG'>
176-
177-
### II. Search for our preview flag and enable it!
178-
179-
In the top search bar, search for `DeviceSimulatorExpress.previewMode`. Then, check the checkbox for the setting that pops up when you serach.
180-
181-
<img alt='Adafruit CLUE' src='https://raw.githubusercontent.com/microsoft/vscode-python-devicesimulator/dev/assets/readmeFiles/clue/check_preview_mode.gif'>
182-
183165
## How to use
184166

185167
To use Device Simulator Express, install the extension from the marketplace and reload VS Code.

0 commit comments

Comments
 (0)