Skip to content

2.0.5 - Exposed the buffer status.

Compare
Choose a tag to compare
@CelliesProjects CelliesProjects released this 28 Sep 12:45
· 78 commits to master since this release
const char *bufferStatus();

Returns 0/0 if there is no buffer.
Otherwise returns something like 4096/65536 which means 4kB waiting in a 64kB buffer.
A buffer will only be allocated if there is enough free psram.

NOTE: When compiling for a board with psram use the following build flags:

-mfix-esp32-psram-cache-issue
-mfix-esp32-psram-cache-strategy=memw

Full Changelog: 2.0.4...2.0.5