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 8e052aa commit fe1987aCopy full SHA for fe1987a
bricks/_common/arm_none_eabi.mk
@@ -624,8 +624,8 @@ $(BUILD)/u-boot.bin:
624
$(BUILD)/pru_ledpwm.bin:
625
$(ECHO) "Downloading pru_ledpwm.bin"
626
$(Q)mkdir -p $(dir $@)
627
- $(Q)curl -sL -o $@ https://github.com/pybricks/pybricks-pru/releases/download/v0.0.1/pru_ledpwm.bin
628
- $(Q)echo "c0138addb8ebb3d0f531499b6f45ccc71f524afbb6ce55ca3ab462a001ec28d2 $@" | sha256sum -c --strict
+ $(Q)curl -sL -o $@ https://github.com/pybricks/pybricks-pru/releases/download/v1.0.0/pru_ledpwm.bin
+ $(Q)echo "b4f1225e277bb22efa5394ce782cc19a3e2fdd54367e40b9d09e9ca99c6ef6d0 $@" | sha256sum -c --strict
629
630
MAKE_BOOTABLE_IMAGE = $(PBTOP)/bricks/ev3/make_bootable_image.py
631
0 commit comments