Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jonwitts documentation patch 1 #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/workspace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,14 @@ Show help - should be this help.
Press this when you are done with Mu. Mu will make sure you've saved your work if you want to keep it.

# Advanced - settings file
The default behaviour of Mu is controlled through a settings.json file. By default this file is located in the application data directory, but a settings file in the same directory as the Mu application itself will take priority.

Workspace settings are stored in a file named settings.json.
## Workspace settings
If you are using Mu on a Windows network and would like it to default to saving it's files to your users homedrive network shares then you can create a settings.json file like the one below. Obviously change your drive letters to match your environment!

By default this file is located in the application data directory, but a settings file in the same directory as the Mu application itself will take priority.
![Workspace settings](images/workspace.png)

## Runtime settings
By default, Mu uses a bundled version of the MicroPython runtime, but advanced users (e.g. those developing the Microbit runtime) can use the settings.json file to configure Mu to use their own runtime hex file.

To do this, add a line like this to the settings.json file:
Expand Down