Skip to content

Commit

Permalink
fix upload speed in some hal files
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberman54 committed Jan 30, 2025
1 parent efc60ad commit cbf2e2b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion shared/hal/ttgotdisplay.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// clang-format off
// upload_speed 1500000
// upload_speed 921600
// board esp32dev

#ifndef _TTGOTDISPLAY_H
Expand Down
2 changes: 1 addition & 1 deletion shared/hal/ttgotdisplays3.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// clang-format off
// upload_speed 1500000
// upload_speed 921600
// board esp32-s3-devkitc-1

#ifndef _TTGOTDISPLAYS3_H
Expand Down
2 changes: 1 addition & 1 deletion shared/hal/ttgotdongledisplays3.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// clang-format off
// upload_speed 1500000
// upload_speed 921600
// board esp32-s3-devkitc-1

// for pinouts see https://github.com/Xinyuan-LilyGO/T-Dongle-S3
Expand Down
2 changes: 1 addition & 1 deletion shared/hal/ttgotdongles3.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// clang-format off
// upload_speed 1500000
// upload_speed 921600
// board esp32-s3-devkitc-1

// for pinouts see https://github.com/Xinyuan-LilyGO/T-Dongle-S3
Expand Down
2 changes: 1 addition & 1 deletion shared/hal/ttgotsupremes3.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// clang-format off
// upload_speed 1500000
// upload_speed 921600
// board esp32-s3-devkitc-1

// for pinouts see https://github.com/Xinyuan-LilyGO/LilyGo-LoRa-Series/blob/master/schematic/LilyGo_T-BeamS3Supreme.pdf
Expand Down
2 changes: 1 addition & 1 deletion shared/hal/ttgotwristband.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// clang-format off
// upload_speed 1500000
// upload_speed 921600
// board pico32

#ifndef _TTGOTWRISTBAND_H
Expand Down

0 comments on commit cbf2e2b

Please sign in to comment.