]> git.earman.xyz Git - sensor-watch.git/commitdiff
make A1-05 the default board (final hardware)
authorJoey Castillo <joeycastillo@utexas.edu>
Sun, 10 Apr 2022 19:57:13 +0000 (15:57 -0400)
committerJoey Castillo <joeycastillo@utexas.edu>
Sun, 10 Apr 2022 19:57:13 +0000 (15:57 -0400)
make.mk

diff --git a/make.mk b/make.mk
index 851e7e9b3e86382f6bbc3cacc189da110f3cbd4e..528b09876f125327bf861a43dd79986e89bc31d2 100644 (file)
--- a/make.mk
+++ b/make.mk
@@ -3,7 +3,7 @@ BUILD = ./build
 BIN = watch
 
 ifndef BOARD
-override BOARD = OSO-SWAT-A1-04
+override BOARD = OSO-SWAT-A1-05
 endif
 
 ##############################################################################