M5_NightscoutMon
M5_NightscoutMon copied to clipboard
m5stack basic v2.7 not read sdcard
Hello Thank you for the good software
Well, m5stack basic V6 & V7 can't read the SD card. The cause seems to be that the clock frequency of the SD card has changed. The countermeasure for this is
You need to change the source to
SD.begin(); SD.begin(GPIO_NUM_4, SPI, 15000000);
TNX mlukasek