Skip to content

Commit 6cf1eb8

Browse files
committed
fix: correct smoke tests for Adafruit Seesaw
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent 857ab80 commit 6cf1eb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

smoketest.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ tinygo build -size short -o ./build/test.hex -target=p1am-100 ./examples/p1am/ma
5959
tinygo build -size short -o ./build/test.hex -target=pico ./examples/pca9685/main.go
6060
tinygo build -size short -o ./build/test.hex -target=microbit ./examples/pcd8544/setbuffer/main.go
6161
tinygo build -size short -o ./build/test.hex -target=microbit ./examples/pcd8544/setpixel/main.go
62-
tinygo build -size short -o ./build/test.hex -target=feather-rp2040 ./examples/seesaw
62+
tinygo build -size short -o ./build/test.hex -target=feather-rp2040 ./examples/seesaw/soil-sensor
63+
tinygo build -size short -o ./build/test.hex -target=qtpy-rp2040 ./examples/seesaw/rotary-encoder
6364
tinygo build -size short -o ./build/test.hex -target=arduino ./examples/servo
6465
tinygo build -size short -o ./build/test.hex -target=pico ./examples/sgp30
6566
tinygo build -size short -o ./build/test.hex -target=pybadge ./examples/shifter/main.go

0 commit comments

Comments
 (0)