repeater-mqtt-eastmesh-v1.3.8

This commit is contained in:
Jared Dohrman
2026-04-21 18:07:04 +10:00
parent 616d1c8213
commit 0ad50e5bd0
14 changed files with 748 additions and 79 deletions
+3
View File
@@ -37,6 +37,9 @@ const char* cardTypeName(uint8_t type) {
#if defined(ESP32)
SPIClass* getBoardSharedArchiveSPI() __attribute__((weak));
SPIClass* getBoardSharedArchiveSPI() {
return nullptr;
}
#endif
ArchiveStorage::ArchiveStorage()