We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52916d commit b105677Copy full SHA for b105677
1 file changed
ports/esp32/machine_pin.h
@@ -49,7 +49,7 @@
49
#define MICROPY_HW_ENABLE_GPIO13 (1)
50
#define MICROPY_HW_ENABLE_GPIO14 (1)
51
#define MICROPY_HW_ENABLE_GPIO15 (1)
52
-#if !CONFIG_ESP32_SPIRAM_SUPPORT
+#if !CONFIG_SPIRAM
53
#define MICROPY_HW_ENABLE_GPIO16 (1)
54
#define MICROPY_HW_ENABLE_GPIO17 (1)
55
#endif
0 commit comments