This commit is contained in:
Evgeny Zinoviev 2023-06-11 05:10:21 +03:00
parent 08e736c489
commit cbb6ad4517

View File

@ -109,7 +109,7 @@ if __name__ == '__main__':
product_config = get_config(product)
# then everythingm else
# then everything else
parser = ArgumentParser(parents=[product_parser])
parser.add_argument('--target', type=str, required=True, choices=product_config['targets'],
help='PIO build target')