File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,11 @@ smoke-test:
5757 @md5sum ./build/test.hex
5858 tinygo build -size short -o ./build/test.hex -target=microbit ./examples/hub75/main.go
5959 @md5sum ./build/test.hex
60- tinygo build -size short -o ./build/test.hex -target=pyportal ./examples/ili9341/basic/main.go
60+ tinygo build -size short -o ./build/test.hex -target=pyportal ./examples/ili9341/basic
6161 @md5sum ./build/test.hex
62- tinygo build -size short -o ./build/test.hex -target=pyportal ./examples/ili9341/scroll/main.go
62+ tinygo build -size short -o ./build/test.hex -target=pyportal ./examples/ili9341/pyportal_boing
63+ @md5sum ./build/test.hex
64+ tinygo build -size short -o ./build/test.hex -target=pyportal ./examples/ili9341/scroll
6365 @md5sum ./build/test.hex
6466 tinygo build -size short -o ./build/test.hex -target=circuitplay-express ./examples/lis3dh/main.go
6567 @md5sum ./build/test.hex
You can’t perform that action at this time.
0 commit comments