Closed Urhengulas closed 2 years ago
This PR makes probe-run not bail when a user uses defmt together with the --no-flash cli-option, but only emits a warning.
probe-run
defmt
--no-flash
This allows for more felxibility during development, but should only be used when you know what you are doing.
Fixes #298.
bors r+
Build succeeded:
This PR makes
probe-run
not bail when a user usesdefmt
together with the--no-flash
cli-option, but only emits a warning.This allows for more felxibility during development, but should only be used when you know what you are doing.
Fixes #298.