From 43899e1330114a93a67dfbdc6da588d9fe45f063 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Wed, 12 Jan 2022 18:26:10 +0100 Subject: [PATCH] build: remove smoketest for Arduino keyboard4x4 for now Signed-off-by: deadprogram --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9543508..6af4abb 100644 --- a/Makefile +++ b/Makefile @@ -189,8 +189,8 @@ endif @md5sum ./build/test.hex tinygo build -size short -o ./build/test.hex -target=feather-m0 ./examples/dht/main.go @md5sum ./build/test.hex - tinygo build -size short -o ./build/test.hex -target=arduino ./examples/keypad4x4/main.go - @md5sum ./build/test.hex + # tinygo build -size short -o ./build/test.hex -target=arduino ./examples/keypad4x4/main.go + # @md5sum ./build/test.hex tinygo build -size short -o ./build/test.hex -target=xiao ./examples/pcf8563/alarm/ @md5sum ./build/test.hex tinygo build -size short -o ./build/test.hex -target=xiao ./examples/pcf8563/clkout/