mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-19 23:45:28 +02:00
tools: Wrap flash binaries into a UF2 file for flashing through USB MSC
@mmoskal This commit adds basic support for UF2 into ESP-IDF.
This commit is contained in:
+1
-1
@@ -465,7 +465,7 @@ def init_cli(verbose_output=None):
|
||||
def _print_closing_message(self, args, actions):
|
||||
# print a closing message of some kind
|
||||
#
|
||||
if "flash" in str(actions) or "dfu" in str(actions):
|
||||
if any(t in str(actions) for t in ("flash", "dfu", "uf2", "uf2-app")):
|
||||
print("Done")
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user