mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-01 05:15: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;
|
bool okay = false;
|
||||||
auto f = SafeFile(filename, fullAtomic);
|
auto f = SafeFile(filename, fullAtomic);
|
||||||
|
|
||||||
|
#ifdef FSCom
|
||||||
LOG_INFO("Save %s", filename);
|
LOG_INFO("Save %s", filename);
|
||||||
pb_ostream_t stream = {&writecb, static_cast<Print *>(&f), protoSize};
|
pb_ostream_t stream = {&writecb, static_cast<Print *>(&f), protoSize};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user