IgnyteX-Labs / Logger-Arduino

A simple/easy to use (static) Logger class for Arduino Projects. Supports (printf style) formatted messages. Outputs on SdCard and Serial Monitor.
MIT License
0 stars 0 forks source link

Not compatible with greiman/SdFat #4

Closed toqix closed 1 week ago

toqix commented 2 weeks ago

Either implement a wrapper in the Logger library which would require the Logger to include SdFat, which is impractical. Maybe create a fork of SdFat and implement there similar to https://github.com/greiman/SdFat/issues/471. Then create a PR...

toqix commented 2 weeks ago

Implement a Logger specific Filesystem Wrapper: LoggerFSImplementation

toqix commented 1 week ago

Fixed in #8