Compare commits

...

2 Commits

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

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

Loading…
Cancel
Save