Skip to content

flash: trigger download mode if not skip_bootstrap

Julien Masson requested to merge JulienMasson/aiot-tools:jmasson/flash into main

The download mode should be triggered on these conditions:

  • not in dry_run (--dry-run)
  • bootstrap not skipped (--skip-bootstrap)

Merge request reports