ソースを参照

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();

読み込み中…
キャンセル
保存