소스 검색

Fix CardInfo with BUILTIN_SDCARD

main
PaulStoffregen 4 년 전
부모
커밋
03071e943e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/SD.h

+ 1
- 1
src/SD.h 파일 보기

@@ -158,7 +158,7 @@ class Sd2Card
{
public:
bool init(uint8_t speed, uint8_t csPin) {
return SD.sdfs.begin(csPin);
return SD.begin(csPin);
}
uint8_t type() {
return SD.sdfs.card()->type();

Loading…
취소
저장