Skip to content

Commit 9dbf21f

Browse files
committed
Corrects issue with ESP32 build and using a custom board definition
fixes #431
1 parent 2075ff1 commit 9dbf21f

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
@@ -1301,7 +1301,7 @@ def update_main():
13011301

13021302
def build_sdkconfig(*args):
13031303
if custom_board_path is not None:
1304-
return
1304+
return []
13051305

13061306
base_config = [
13071307
'',

0 commit comments

Comments
 (0)