You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I was using this great library for quite some time but I never got around the fact it lacks a very basic method i.e. function. The method I imply should return some sort of device ID or chip version. This would be a great and simple way to check if the device is alive and/or connected. I saw you already used this but as a local check inside the be begin() function. So my whole point is to add a public method called version() or something similar to read that device ID. I'm already using this modified library and it works like a charm.
The text was updated successfully, but these errors were encountered:
Hello, I was using this great library for quite some time but I never got around the fact it lacks a very basic method i.e. function. The method I imply should return some sort of device ID or chip version. This would be a great and simple way to check if the device is alive and/or connected. I saw you already used this but as a local check inside the be
begin()
function. So my whole point is to add a public method calledversion()
or something similar to read that device ID. I'm already using this modified library and it works like a charm.The text was updated successfully, but these errors were encountered: