Przeglądaj źródła

Fix CardInfo with BUILTIN_SDCARD

main
PaulStoffregen 4 lat temu
rodzic
commit
03071e943e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/SD.h

+ 1
- 1
src/SD.h Wyświetl plik

{ {
public: public:
bool init(uint8_t speed, uint8_t csPin) { bool init(uint8_t speed, uint8_t csPin) {
return SD.sdfs.begin(csPin);
return SD.begin(csPin);
} }
uint8_t type() { uint8_t type() {
return SD.sdfs.card()->type(); return SD.sdfs.card()->type();

Ładowanie…
Anuluj
Zapisz