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 e0e261e commit 03d77acCopy full SHA for 03d77ac
Makefile
@@ -23,6 +23,8 @@ smoketest-tinygo:
23
@md5sum test.hex
24
$(TINYGO) build -o test.hex -size=short -target=pca10040-s132v6 ./examples/scanner
25
26
+ $(TINYGO) build -o test.hex -size=short -target=pca10040-s132v6 ./examples/stop-advertisement
27
+ @md5sum test.hex
28
# Test some more boards that are not tested above.
29
$(TINYGO) build -o test.hex -size=short -target=pca10056-s140v7 ./examples/advertisement
30
0 commit comments