Skip to content

Commit d4e412d

Browse files
committed
trying something
1 parent 84d1686 commit d4e412d

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
@@ -255,7 +255,7 @@ def parse_args(extra_args, lv_cflags, brd):
255255
esp_cmd = [
256256
'make',
257257
'',
258-
f'-j {os.cpu_count()}',
258+
'', # f'-j {os.cpu_count()}',
259259
'-C',
260260
f'lib/micropython/ports/esp32'
261261
]

0 commit comments

Comments
 (0)