2 Commits

Author SHA1 Message Date
Eric Helgeson
e0d115f33c v1.1-20230708 2023-07-08 11:53:38 -05:00
Eric Helgeson
27d13192b0 Ignore kicad backup dir 2023-07-08 11:45:08 -05:00
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@
.vscode/
workspace.code-workspace
dist/
hw/*/*-backups/

View File

@@ -44,7 +44,7 @@
// 2: Debug information output to LOG.txt (slow)
// Log File
#define VERSION "1.1-20221222-SNAPSHOT"
#define VERSION "1.1-20230708"
#define LOG_FILENAME "LOG.txt"
#include "BlueSCSI.h"