From 433356926b5f4b611ff0e6e2faf78fe74b58b040 Mon Sep 17 00:00:00 2001 From: Terence Boldt Date: Sun, 28 Mar 2021 10:25:30 -0400 Subject: [PATCH] Define load and save commands --- RaspberryPi/Driver.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RaspberryPi/Driver.go b/RaspberryPi/Driver.go index 3b262c1..200b7d6 100644 --- a/RaspberryPi/Driver.go +++ b/RaspberryPi/Driver.go @@ -45,6 +45,8 @@ const WriteBlockCommand = 2 const GetTimeCommand = 3 const ChangeDriveCommand = 4 const ExecCommand = 5 +const LoadFileCommand = 6 +const SaveFileCommand = 7 var debug bool = false