Procházet zdrojové kódy

Fix CardInfo with BUILTIN_SDCARD

main
PaulStoffregen před 5 roky
rodič
revize
03071e943e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/SD.h

+ 1
- 1
src/SD.h Zobrazit soubor

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

Načítá se…
Zrušit
Uložit