diff --git a/etc/makefiles/sketch.mk b/etc/makefiles/sketch.mk index 98b01b42..d15c16aa 100644 --- a/etc/makefiles/sketch.mk +++ b/etc/makefiles/sketch.mk @@ -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),)