diff --git a/idf_ext.py b/idf_ext.py index 7775df894bdbb001da2933e8b011b106471e63b5..7db2dd20c240e86f058d7ce6a15b363463f22f5b 100644 --- a/idf_ext.py +++ b/idf_ext.py @@ -27,7 +27,7 @@ def action_extensions(base_actions, project_path=os.getcwd()): """ generation = global_args.generation if generation is None: - generation = os.environ.get('BADGE_GENERATION', 'proto4') + generation = os.environ.get('BADGE_GENERATION', 'proto6') name = None if generation in GENERATIONS: