Skip to content

Commit 6f237a8

Browse files
authored
Fix ttgo twatch & tbeam board definition error (#4212)
1 parent c3c38a8 commit 6f237a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: boards.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -3544,8 +3544,8 @@ t-beam.serial.disableRTS=true
35443544

35453545
t-beam.build.mcu=esp32
35463546
t-beam.build.core=esp32
3547-
t-beam.build.variant=t-beam
3548-
t-beam.build.board=T-Beam
3547+
t-beam.build.variant=tbeam
3548+
t-beam.build.board=TBeam
35493549

35503550
t-beam.build.f_cpu=240000000L
35513551
t-beam.build.flash_mode=dio
@@ -4100,6 +4100,7 @@ twatch.serial.disableRTS=true
41004100
twatch.build.mcu=esp32
41014101
twatch.build.core=esp32
41024102
twatch.build.variant=twatch
4103+
twatch.build.board=TWatch
41034104

41044105
twatch.menu.Revision.TWATCH_BASE=T-Watch Base
41054106
twatch.menu.Revision.TWATCH_BASE.build.board=TWATCH_BASE

0 commit comments

Comments
 (0)