You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flushing data after writing to the logfile will make the logging more robust, however this will cause the Adalogger to draw a log more power, maybe about 3x as much on average (30mA avg rather than about 10mA) thus make this configurable
create a LOGFLUSH configuration with options: TRUE, FALSE (default)
put logfile.flush(); right after logfile.print which flushes only if LOGFLUSH is configured TRUE
The text was updated successfully, but these errors were encountered:
Flushing data after writing to the logfile will make the logging more robust, however this will cause the Adalogger to draw a log more power, maybe about 3x as much on average (30mA avg rather than about 10mA) thus make this configurable
create a
LOGFLUSH
configuration with options:TRUE
,FALSE
(default)put
logfile.flush();
right afterlogfile.print
which flushes only ifLOGFLUSH
is configuredTRUE
The text was updated successfully, but these errors were encountered: