From 914a50f51e0ad9afa1e7c26618b6f02bf6dfc8d5 Mon Sep 17 00:00:00 2001 From: lewis he Date: Wed, 29 Jul 2020 17:04:33 +0800 Subject: [PATCH] Fix ttgo twatch & tbeam board definition error --- boards.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boards.txt b/boards.txt index 2b213a8dfd9..8f7ea145455 100644 --- a/boards.txt +++ b/boards.txt @@ -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 @@ -4100,7 +4100,7 @@ ttgo-t-watch.serial.disableRTS=true ttgo-t-watch.build.mcu=esp32 ttgo-t-watch.build.core=esp32 ttgo-t-watch.build.variant=twatch -ttgo-t-watch.build.board=T-Watch +ttgo-t-watch.build.board=TWatch ttgo-t-watch.build.f_cpu=240000000L ttgo-t-watch.build.flash_size=16MB