File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def __init__(self):
17
17
def setup (self ):
18
18
#self.setGPIOAction(2,"Stop")
19
19
setValues = self .data .config .getJSONSettingSection ("GPIO Settings" )
20
- print (setValues )
20
+ # print(setValues)
21
21
for setting in setValues :
22
22
if setting ["value" ] != "" :
23
23
pinNumber = int (setting ["key" ][4 :])
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ RUN git clone $madgrizzle_firmware_repo firmware/madgrizzle \
59
59
&& mkdir build \
60
60
&& mv .pio/build/megaatmega2560/firmware.hex build/$madgrizzle_firmware_sha-$(sed -n -e 's/^.*VERSIONNUMBER //p' cnc_ctrl_v1/Maslow.h).hex
61
61
ARG maslowcnc_firmware_repo=https://github.com/MaslowCNC/Firmware.git
62
- ARG maslowcnc_firmware_sha=d0943e2a2f29faef4c07585a00638d0f822e5daf
62
+ ARG maslowcnc_firmware_sha=e1e0d020fff1f4f7c6b403a26a85a16546b7e15b
63
63
RUN git clone $maslowcnc_firmware_repo firmware/maslowcnc \
64
64
&& cd firmware/maslowcnc \
65
65
&& git checkout $maslowcnc_firmware_sha \
You can’t perform that action at this time.
0 commit comments