added logging to caching lib
Loading
Please register or sign in to comment
The Client still doesn't know whether a message was received or not, right now it only knows the status of sending it. The first thing that came to mind to do this was to add a semaphore to ESPNOW or a bool to Message, which I don't think is the best option