mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 18:52:30 +00:00
unbreak all the targets
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
// TODO: evict messages from scratch after a timeout
|
||||
|
||||
// things may get weird if there are multiple stratum-0 nodes on a single mesh. Come up with mitigations
|
||||
#if __has_include("sqlite3.h")
|
||||
|
||||
#include "StoreForwardPlusPlus.h"
|
||||
#include "MeshService.h"
|
||||
@@ -1068,4 +1069,5 @@ uint32_t StoreForwardPlusPlusModule::getChainCount(uint8_t *root_hash, size_t ro
|
||||
uint32_t count = sqlite3_column_int(getChainCountStmt, 0);
|
||||
sqlite3_reset(getChainCountStmt);
|
||||
return count;
|
||||
}
|
||||
}
|
||||
#endif // has include sqlite3
|
||||
Reference in New Issue
Block a user