rickkas7 / PublishQueuePosixRK

Version of publish queue for storing events on the POSIX flash file system
MIT License
9 stars 4 forks source link

Minor update needed in documentation #2

Open chipmc opened 3 years ago

chipmc commented 3 years ago

@rickkas7, awesome library! Minor nit in the docs:

And this from loop:

PublishQueuePosix::instance().setup();

Should be

PublishQueuePosix::instance().loop();