Skip to content

Commit bc8c099

Browse files
committed
working on being able to share the SPI Bus
1 parent 3dbb546 commit bc8c099

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
@@ -352,7 +352,7 @@ def build_commands(_, extra_args, script_dir, lv_cflags, ___):
352352
f'LV_PORT=esp32',
353353
f'BOARD={board}',
354354
'USER_C_MODULES=../../../../../ext_mod/micropython.cmake',
355-
f'"CFLAGS_EXTRA=-I{script_dir}/micropy_updates/common"'
355+
f'"IDFPY_FLAGS=-I{script_dir}/micropy_updates/common"'
356356
])
357357

358358
esp_cmd.extend(extra_args)

0 commit comments

Comments
 (0)