git-svn-id: svn://db.shs.com.ru/pip@752 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2019-02-11 14:36:15 +00:00
parent bf414bec5e
commit 0990931078
2 changed files with 3 additions and 3 deletions

View File

@@ -379,7 +379,7 @@ PIDir PIDir::current() {
if (getcwd(rc, 1024) == 0) return PIString();
return PIDir(rc);
# else
return PIDir();
return PIDir("/spiffs");
# endif
#endif
}