initial commit
This commit is contained in:
22
.micropythonrc
Normal file
22
.micropythonrc
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user