From 48051e5d7695566903bb80be4a386a3bdddec2f0 Mon Sep 17 00:00:00 2001 From: trekhopton Date: Wed, 10 Apr 2024 15:26:13 +0930 Subject: [PATCH] cmd/treatment: change pi3 build tags to pi This is done because we will use the pi zero to drive the speakers for treatment --- cmd/treatment/{pi3.go => pi.go} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename cmd/treatment/{pi3.go => pi.go} (89%) diff --git a/cmd/treatment/pi3.go b/cmd/treatment/pi.go similarity index 89% rename from cmd/treatment/pi3.go rename to cmd/treatment/pi.go index bbad0764..fe34c3c9 100644 --- a/cmd/treatment/pi3.go +++ b/cmd/treatment/pi.go @@ -1,9 +1,10 @@ -// +build pi3 +//go:build pi +// +build pi /* DESCRIPTION - pi3.go defines an initialisation function for use when running on the - Raspberry Pi 3. + pi.go defines an initialisation function for use when running on + a Raspberry Pi. AUTHORS Ella Pietraroia