nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at r-updates 13 lines 633 B view raw
1diff --git a/esp_idf_size/main.py b/esp_idf_size/main.py 2index a600b90..cfe3618 100644 3--- a/esp_idf_size/main.py 4+++ b/esp_idf_size/main.py 5@@ -45,6 +45,8 @@ def main() -> None: 6 parser = argparse.ArgumentParser(prog='esp_idf_size', 7 description='This tool displays firmware size information for project built by ESP-IDF') 8 9+ parser.add_argument('--ng', action='store_true', help="stub for 1.x compat") 10+ 11 parser.add_argument('input_file', 12 metavar='MAP_FILE', 13 help='Path to the link map file generated by the ESP-IDF build system.')