Compare commits

...

2 Commits

Author SHA1 Message Date
Jesse Vincent ad6f7bb0ce
remove some debugging
3 years ago
Jesse Vincent 7d5f3fd5c8
Add temp debugging info
3 years ago

@ -204,6 +204,9 @@ endif
$(info ) $(info )
$(info When you're ready to proceed, press 'Enter'.) $(info When you're ready to proceed, press 'Enter'.)
$(info ) $(info )
$(info Your FQBN is $(FQBN))
$(info I think the device port is: )
$(info '$(_device_port)')
@$(shell read _) @$(shell read _)
# If we have a device serial port available, try to trigger a Kaliedoscope reset # If we have a device serial port available, try to trigger a Kaliedoscope reset
ifneq ($(_device_port),) ifneq ($(_device_port),)

Loading…
Cancel
Save