mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
SD library updates. Renaming makeDir() to mkdir(). Replacing example. Adding keywords.txt.
This commit is contained in:
@ -404,7 +404,7 @@ boolean SDClass::exists(char *filepath) {
|
||||
//}
|
||||
|
||||
|
||||
boolean SDClass::makeDir(char *filepath) {
|
||||
boolean SDClass::mkdir(char *filepath) {
|
||||
/*
|
||||
|
||||
Makes a single directory or a heirarchy of directories.
|
||||
|
Reference in New Issue
Block a user