Skip to content

Commit 61d4dc5

Browse files
committed
adds debugging command
1 parent 29883e7 commit 61d4dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/esp32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ def compile(*args): # NOQA
10531053
python_path,
10541054
'-c "import esptool;print(esptool.__file__);"'
10551055
]],
1056-
out_to_screen=False
1056+
out_to_screen=True
10571057
)
10581058

10591059
if result != 0:

0 commit comments

Comments
 (0)