volca02 / hr20-esp12-master

Re-implementation (with different features) of the master portion of OpenHR20 wireless project
GNU General Public License v2.0
12 stars 5 forks source link

Implement an event log #30

Closed volca02 closed 6 years ago

volca02 commented 6 years ago

Similary to #23, there could/should be an event log of last N events happening on the master (sort of a space constrained low profile debug log, listing received/sent messages to clients, MQTT activity, etc).

volca02 commented 6 years ago

skeleton implemented in c59edc310baabf5afc2f42e751a917bf6d93ebea

Needs begin() and end() iterators added and error log connection (latter being a one liner)

volca02 commented 6 years ago

implemented and displayed on a overview web page and in /events