Skip to content

Releases: fabianoriccardi/ESPLogger

2.0.0

03 Jul 11:17
Compare
Choose a tag to compare
  • use common FS interface instead of reimplementing a class for each FS
  • update library name
  • smaller code base
  • simply library structure and APIs
  • improve docs
  • switch to LGPL 2.1+

1.4.0

28 Mar 19:54
Compare
Choose a tag to compare

New features:

  • add isFull() method

Minor:

  • getActualSize() does not create log file

More:

  • add PlatformIO config to develop the library with VScode + PlatformIO
  • add github CI to test examples through Arduino CLI
  • add library.json for PlatformIO registry

1.3.0

01 Jun 19:19
Compare
Choose a tag to compare

Changelog:

  • add zero-copy append() method
  • fix for esp32
  • example and docs refinements

1.2.0

10 May 16:36
Compare
Choose a tag to compare

Support to LittleFS

1.1.2

09 May 21:42
Compare
Choose a tag to compare

Bug fix

1.1.1

20 Mar 22:49
Compare
Choose a tag to compare

Fixed missing declaration in Arduino ESP8266 core v2.5.2

1.1.0

20 Mar 22:49
Compare
Choose a tag to compare

New features:

  • Enum to select verbosity level
  • flush() returns value

1.0.0

20 Mar 22:50
Compare
Choose a tag to compare

First version is out