From e2868616613cd2cbaa61db425bb0aeedbb5b26e8 Mon Sep 17 00:00:00 2001 From: soypat Date: Wed, 2 Jul 2025 11:05:07 -0300 Subject: [PATCH] fix smoke tests --- smoketest.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/smoketest.sh b/smoketest.sh index f21e2be..d892357 100755 --- a/smoketest.sh +++ b/smoketest.sh @@ -65,8 +65,7 @@ tinygo build -size short -o ./build/test.hex -target=pybadge ./examples/shifter/ tinygo build -size short -o ./build/test.hex -target=microbit ./examples/sht3x/main.go tinygo build -size short -o ./build/test.hex -target=microbit ./examples/sht4x/main.go tinygo build -size short -o ./build/test.hex -target=microbit ./examples/shtc3/main.go -tinygo build -size short -o ./build/test.hex -target=microbit ./examples/ssd1306/i2c_128x32/main.go -tinygo build -size short -o ./build/test.hex -target=microbit ./examples/ssd1306/spi_128x64/main.go +tinygo build -size short -o ./build/test.hex -target=microbit ./examples/ssd1306/ tinygo build -size short -o ./build/test.hex -target=microbit ./examples/ssd1331/main.go tinygo build -size short -o ./build/test.hex -target=microbit ./examples/st7735/main.go tinygo build -size short -o ./build/test.hex -target=microbit ./examples/st7789/main.go