Skip to content

Commit e5a613b

Browse files
committed
Revert "try reducing freq"
This reverts commit a9713b7.
1 parent 3699cc7 commit e5a613b

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/boards/adafruit_feather_esp32s2_tft

1 file changed

+1
-1
lines changed

ports/espressif/boards/adafruit_feather_esp32s2_tft/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ void board_init(void) {
8181
&pin_GPIO39, // DC
8282
&pin_GPIO7, // CS
8383
&pin_GPIO40, // RST
84-
10000000, // baudrate
84+
40000000, // baudrate
8585
0, // polarity
8686
0 // phase
8787
);

0 commit comments

Comments
 (0)