mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-29 20:49:50 +00:00
That wasn't supposed to be there
This commit is contained in:
parent
1d89b0c47e
commit
245c84a473
@ -1105,6 +1105,7 @@ bool NodeDB::saveProto(const char *filename, size_t protoSize, const pb_msgdesc_
|
||||
bool okay = false;
|
||||
auto f = SafeFile(filename, fullAtomic);
|
||||
|
||||
#ifdef FSCom
|
||||
LOG_INFO("Save %s", filename);
|
||||
pb_ostream_t stream = {&writecb, static_cast<Print *>(&f), protoSize};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user