Add temp debugging info

tmp/zagdul
Jesse Vincent 3 years ago
parent 21a67ae565
commit 7d5f3fd5c8
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -204,6 +204,12 @@ 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)')
$(info That should match this)
$(info '$(shell $(ARDUINO_CLI) board list --format=text | grep $(FQBN) |cut -d' ' -f 1)')
$(info I ran "$(ARDUINO_CLI) board list --format=text | grep $(FQBN) |cut -d' ' -f 1")
@$(shell read _)
# If we have a device serial port available, try to trigger a Kaliedoscope reset
ifneq ($(_device_port),)

Loading…
Cancel
Save