mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-04 02:50:58 +02:00
Tools: Disable idf.py hints for IDF Monitor
The feature will be re-enabled later after a proper fix for the following Github issue. Closes https://github.com/espressif/esp-idf/issues/9610
This commit is contained in:
@@ -154,7 +154,7 @@ def action_extensions(base_actions: Dict, project_path: str) -> Dict:
|
||||
|
||||
idf_py = [PYTHON] + _get_commandline_options(ctx) # commands to re-run idf.py
|
||||
monitor_args += ['-m', ' '.join("'%s'" % a for a in idf_py)]
|
||||
hints = not args.no_hints
|
||||
hints = False # Temporarily disabled because of https://github.com/espressif/esp-idf/issues/9610
|
||||
|
||||
RunTool('idf_monitor', monitor_args, args.project_dir, build_dir=args.build_dir, hints=hints, interactive=True)()
|
||||
|
||||
|
Reference in New Issue
Block a user