repeater-mqtt-eastmesh-v1.3.8
This commit is contained in:
@@ -37,6 +37,9 @@ const char* cardTypeName(uint8_t type) {
|
||||
|
||||
#if defined(ESP32)
|
||||
SPIClass* getBoardSharedArchiveSPI() __attribute__((weak));
|
||||
SPIClass* getBoardSharedArchiveSPI() {
|
||||
return nullptr;
|
||||
}
|
||||
#endif
|
||||
|
||||
ArchiveStorage::ArchiveStorage()
|
||||
|
||||
Reference in New Issue
Block a user