Ajout du fichier de config. du plugin Pymakr pour Atom

This commit is contained in:
Pierrick C 2018-09-10 20:29:43 +02:00
parent a891beed95
commit 3d72fa1fac
1 changed files with 10 additions and 0 deletions

10
pymakr.conf Normal file
View File

@ -0,0 +1,10 @@
{
"address": "/dev/ttyUSB0",
"username": "",
"password": "",
"sync_folder": "code",
"sync_file_types": "py,txt,log,json,xml,html,js,css,mpy,pem,cet,crt,key",
"sync_all_file_types": true,
"open_on_start": true,
"safe_boot_on_upload": false
}