Don't start with a config.txt file since we'll create on ourselves

This commit is contained in:
Patrick McDonagh
2018-01-25 12:41:56 -06:00
parent d9129e7e42
commit f1b2064cf5

View File

@@ -1,14 +0,0 @@
{
"driverFileName":"{{cookiecutter.driver_name}}.py",
"deviceName":"{{cookiecutter.driver_name}}",
"driverId":"{{cookiecutter.driver_id}}",
"releaseVersion":"1",
"files": {
"file1":"{{cookiecutter.driver_name}}.py",
"file2":"Channel.py",
"file3":"Maps.py",
"file4":"Scheduler.py"
}
}