Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitec53644

Browse files
committed
lolin s2 mini otg fix
1 parent6d4b75d commitec53644

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎builder/esp32.py‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ def esp32_args(extra_args):
393393

394394
defparse_args(extra_args,lv_cflags,brd):
395395
globalboard
396+
globalusb_otg
396397

397398
ifbrdisNone:
398399
brd='ESP32_GENERIC'
@@ -409,6 +410,8 @@ def parse_args(extra_args, lv_cflags, brd):
409410
extra_args=esp32_s3_args(extra_args)
410411
elifboard=='ESP32_GENERIC_C3':
411412
extra_args=esp32_c3_args(extra_args)
413+
elifboard=='LOLIN_S2_MINI':
414+
usb_otg=True
412415

413416
iflv_cflags:
414417
lv_cflags+=' -DLV_KCONFIG_IGNORE=1'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp