Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't this break building for this board? AFAIK build.variant is used as a directory name under the variants directory, but there is only variants/t-beam, not variants/tbeam. So IIUC, this change must either be reverted, or the variant directory should be renamed?

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