Compile for the correct device

This commit is contained in:
Florian Hoss 2022-07-29 10:36:46 +02:00
parent c43dd6121a
commit 9ecda70764
16 changed files with 18 additions and 154 deletions

View file

@ -1,3 +1,4 @@
#ifdef ESP32
#include "Storage.hpp"
namespace fw
@ -68,3 +69,4 @@ namespace fw
this->memory.end();
}
}
#endif