Skip to content

Commit

Permalink
New flashing script
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanHockey5 committed Nov 18, 2019
1 parent ffbbaac commit b5c7328
Show file tree
Hide file tree
Showing 4 changed files with 2,797 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,5 @@
{
"python.linting.pylintEnabled": false,
"python.linting.enabled": true,
"python.linting.mypyEnabled": true
}
1 change: 0 additions & 1 deletion src/main.cpp
Expand Up @@ -1235,7 +1235,6 @@ void HandleNPRM(uint8_t channel)
break;
case 57:
ym2612.Reset();
Serial.println("RESET YM2612");
break;
case 63:
sendPatchToVST = nprm.value;
Expand Down

0 comments on commit b5c7328

Please sign in to comment.