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 9e4def5 commit d80df1aCopy full SHA for d80df1a
.github/build-each-commit.py
@@ -78,7 +78,7 @@
78
)
79
80
# upload firmware size
81
- if "service" in globals():
+ if "firmware_size_table" in globals():
82
bin_path = os.path.join(
83
PYBRICKS_PATH, "bricks", args.hub, "build", "firmware-base.bin"
84
0 commit comments