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 0e01e14 commit 46c28d8Copy full SHA for 46c28d8
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