Hello,
is it possible to change the onboard logging from overwrite (ring memory) when it's full, to stop logging if memory is full? I use the MMCs.
Best Arzt2283
@arzt2283 Yes, this is supported by the firmware. The second parameter to mbl_mw_logging_start named overwrite sets the mode. Pass a 1 for ring memory, or a 0 to halt logging once it is full.
mbl_mw_logging_start
overwrite
1
0
https://mbientlab.com/documents/metawear/cpp/0/logging_8h.html#acab2d6b1c4f5449a39fe3bf60205471f
Comments
@arzt2283 Yes, this is supported by the firmware. The second parameter to
mbl_mw_logging_start
namedoverwrite
sets the mode. Pass a1
for ring memory, or a0
to halt logging once it is full.https://mbientlab.com/documents/metawear/cpp/0/logging_8h.html#acab2d6b1c4f5449a39fe3bf60205471f