diff --git a/pymakr.conf b/pymakr.conf new file mode 100644 index 0000000..427deeb --- /dev/null +++ b/pymakr.conf @@ -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 +}