esp32/psram: Fix missing configs

This commit is contained in:
Alan C. Assis 2021-01-26 17:35:29 -03:00 committed by Xiang Xiao
parent 977367ce04
commit bf384a7e33
1 changed files with 5 additions and 1 deletions

View File

@ -153,7 +153,11 @@
#define PICO_PSRAM_CLK_IO 6
#ifndef CONFIG_PICO_PSRAM_CS_IO /* Default is 10 */
# define PICO_PSRAM_CS_IO 10
# define CONFIG_PICO_PSRAM_CS_IO 10
#endif
#ifndef CONFIG_ESP32_SPIRAM_SPIWP_SD3_PIN /* Default is 7 */
# define CONFIG_ESP32_SPIRAM_SPIWP_SD3_PIN 7
#endif
#define PSRAM_INTERNAL_IO_28 28