Skip to content

Commit

Permalink
Fix ttgo twatch & tbeam board definition error (#4212)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe authored Oct 1, 2020
1 parent c3c38a8 commit 6f237a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3544,8 +3544,8 @@ t-beam.serial.disableRTS=true

t-beam.build.mcu=esp32
t-beam.build.core=esp32
t-beam.build.variant=t-beam
t-beam.build.board=T-Beam
t-beam.build.variant=tbeam
t-beam.build.board=TBeam

t-beam.build.f_cpu=240000000L
t-beam.build.flash_mode=dio
Expand Down Expand Up @@ -4100,6 +4100,7 @@ twatch.serial.disableRTS=true
twatch.build.mcu=esp32
twatch.build.core=esp32
twatch.build.variant=twatch
twatch.build.board=TWatch

twatch.menu.Revision.TWATCH_BASE=T-Watch Base
twatch.menu.Revision.TWATCH_BASE.build.board=TWATCH_BASE
Expand Down

0 comments on commit 6f237a8

Please sign in to comment.