-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.toml
More file actions
21 lines (17 loc) · 1.1 KB
/
settings.toml
File metadata and controls
21 lines (17 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Use ^s (ctrl-S) <enter> then ^q (ctrl-Q) <ender> to save then quit the micropython editor
HOSTNAME = "Device-Hostname" # Must be a short mDNS-compatible name (no underscores, no dots, no special other than hyphen, must start+end with alphanumeric)
PASSWORD = "$5$bl0zjwUtt8T2WLJBH5Vadl/Ix6X+cFdJr5td4a0B+n0=$1txXuyLLzAvAMM/jYSlpRScy3nSwvTQ05Mv7At5LiSs=$" # use "passwd" command to change this. default password is: pass
CIRCUITPY_WIFI_SSID = "Your WIFI SSID Here" # this MicroPython settings.toml file is compatible with CircuitPython too
CIRCUITPY_WIFI_PASSWORD = "Your_password_here"
NORM = "\u001b[0m" # Reset all attributes
CLR = "\u001b[K" # Clear to the end of the line
WHT = "\u001b[1m" # Bold/bright white
RED = "\u001b[31;1m" # Bright red
GRN = "\u001b[32;1m" # Bright green
YEL = "\u001b[33;1m" # Bright yellow
NAV = "\u001b[34;1m" # Bright blue
BLU = "\u001b[36;1m" # Bright cyan
SAVE = "\u001b7\u001b[s" # Save cursor position
REST = "\u001b[u\u001b8" # Restore cursor position
# Define any other alises or environemnt varialbes you want here
dir = "ls -Flatr"