Cleanup: Combined File, Path and Directory into FS
- The three objects are related and always travel together, so they are now combined.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <File.h>
|
||||
#include <FS.h>
|
||||
|
||||
class Config : public std::map <std::string, std::string>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user