Skip to content

Commit 914a50f

Browse files
author
lewis he
committed
Fix ttgo twatch & tbeam board definition error
1 parent 4d98cea commit 914a50f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: boards.txt

+3-3
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,7 +4100,7 @@ ttgo-t-watch.serial.disableRTS=true
41004100
ttgo-t-watch.build.mcu=esp32
41014101
ttgo-t-watch.build.core=esp32
41024102
ttgo-t-watch.build.variant=twatch
4103-
ttgo-t-watch.build.board=T-Watch
4103+
ttgo-t-watch.build.board=TWatch
41044104

41054105
ttgo-t-watch.build.f_cpu=240000000L
41064106
ttgo-t-watch.build.flash_size=16MB

0 commit comments

Comments
 (0)