Hi,

TEP 103 <http://www.tinyos.net/tinyos-2.x/doc/html/tep103.html> says that:
LogWrite.erase: erase the log. A log MUST be erased (possibly in some previous 
session) before any other operation can be used.

It's true, if I don't call the erase command after boot, I cannot write to the 
log. The problem is if I call it in Boot.booted, the LogStorage lose 
it's purpose to keep the data even after a power loss, since it's erased again. 
How can I handle this problem?

Thanks,
Viktor
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to