22 lines
398 B
Plaintext
22 lines
398 B
Plaintext
{
|
|
"upload": {
|
|
"port": "/dev/tty.usbserial-1410",
|
|
"baud": 115200
|
|
},
|
|
"serial": {
|
|
"port": "/dev/tty.usbserial-1410",
|
|
"baud": 115200
|
|
},
|
|
"ignore": {
|
|
"extensions": [
|
|
".micropythonrc"
|
|
],
|
|
"directories": [
|
|
".vscode"
|
|
]
|
|
},
|
|
"tools": {
|
|
"ampy": "/usr/local/bin/ampy",
|
|
"rshell": "/Library/Frameworks/Python.framework/Versions/3.7/bin/rshell"
|
|
}
|
|
} |