We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c62ee4 commit dc7d1b4Copy full SHA for dc7d1b4
Makefile
@@ -40,6 +40,8 @@ smoketest-tinygo:
40
@md5sum test.hex
41
$(TINYGO) build -o test.uf2 -size=short -target=pyportal ./examples/discover
42
43
+ $(TINYGO) build -o test.uf2 -size=short -target=nano-rp2040 ./examples/advertisement
44
+ @md5sum test.hex
45
46
smoketest-linux:
47
# Test on Linux.
0 commit comments