Skip to content

Commit 7a6900a

Browse files
authored
Correct issue 4871 - change space to underscore in boards.txt setting lolin32-lite.build.board (#4885)
1 parent 0e0a756 commit 7a6900a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: boards.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1551,7 +1551,7 @@ lolin32-lite.serial.disableRTS=true
15511551
lolin32-lite.build.mcu=esp32
15521552
lolin32-lite.build.core=esp32
15531553
lolin32-lite.build.variant=lolin32-lite
1554-
lolin32-lite.build.board=LOLIN32 Lite
1554+
lolin32-lite.build.board=LOLIN32_LITE
15551555

15561556
lolin32-lite.build.f_cpu=240000000L
15571557
lolin32-lite.build.flash_mode=dio
@@ -6264,4 +6264,4 @@ ETBoard.menu.DebugLevel.info.build.code_debug=3
62646264
ETBoard.menu.DebugLevel.debug=Debug
62656265
ETBoard.menu.DebugLevel.debug.build.code_debug=4
62666266
ETBoard.menu.DebugLevel.verbose=Verbose
6267-
ETBoard.menu.DebugLevel.verbose.build.code_debug=5
6267+
ETBoard.menu.DebugLevel.verbose.build.code_debug=5

0 commit comments

Comments
 (0)