We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3359c48 commit f278035Copy full SHA for f278035
src/utility/Sd2PinMap.h
@@ -17,7 +17,8 @@
17
along with the Arduino SdFat Library. If not, see
18
<http://www.gnu.org/licenses/>.
19
*/
20
-#if defined(__arm__) // Arduino Due Board follows
+//#if defined(__arm__) // Arduino Due Board follows
21
+#if defined(__arm__) || defined(__XTENSA__) || defined(ESP32) // This line allows use on Espressif ESP32 boards
22
23
#ifndef Sd2PinMap_h
24
#define Sd2PinMap_h
0 commit comments