SolarSystem icon indicating copy to clipboard operation
SolarSystem copied to clipboard

Buffering logs in flash when off line

Open revk opened this issue 2 years ago • 2 comments

I think we should make devices with 16MB flash not 4MB. A device with 4MB flash probably wants to avoid being root on the mesh (unless it is alone). This means the root can log events to flash, and replay logs when connected to back end control. A 16MB flash allows a lot of space for off line logging, but it should, none the less, be cyclic. This can be a feature of the library for all "event" messages.

revk avatar Jul 23 '21 09:07 revk

We ideally need to allow for some 4MB devices. If we report details the root can pick a device to ask as a flash log.

revk avatar Aug 13 '21 13:08 revk

Work on PICO with bigger flash is a start to this - I suspect we want to only log where we have the flash capacity

revk avatar Jul 29 '22 14:07 revk