We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b15808e commit c20cfbeCopy full SHA for c20cfbe
libraries/SD/src/utility/Sd2Card.h
@@ -28,9 +28,9 @@
28
29
#ifdef ESP8266
30
#include "SPI.h"
31
-uint32_t const SPI_FULL_SPEED = 4000000;
32
-uint32_t const SPI_HALF_SPEED = 2000000;
33
-uint32_t const SPI_QUARTER_SPEED = 1000000;
+uint32_t const SPI_FULL_SPEED = 8000000;
+uint32_t const SPI_HALF_SPEED = 4000000;
+uint32_t const SPI_QUARTER_SPEED = 2000000;
34
#else
35
/** Set SCK to max rate of F_CPU/2. See Sd2Card::setSckRate(). */
36
uint8_t const SPI_FULL_SPEED = 0;
0 commit comments