Compile for the correct device
This commit is contained in:
parent
c43dd6121a
commit
9ecda70764
16 changed files with 18 additions and 154 deletions
|
@ -1,3 +1,4 @@
|
|||
#ifdef ESP32
|
||||
#include "Storage.hpp"
|
||||
|
||||
namespace fw
|
||||
|
@ -68,3 +69,4 @@ namespace fw
|
|||
this->memory.end();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Reference in a new issue