no matching function for call to 'present(int, mysensors_data_t)'
-
Hello, after some time, a need rebuild my sketch.
Now I have this error, I don't now whats is :no matching function for call to 'present(int, mysensors_data_t)'
#define CHILD_ID_MOISTURE 0
MyMessage msgMoisture(CHILD_ID_MOISTURE, V_LEVEL);void presentation()
{
sendSketchInfo("TemperatureAndHumidity", "1.1");
present(CHILD_ID_MOISTURE, V_LEVEL);
metric = getControllerConfig().isMetric;
}I spent many hours knowing what it is, I can't find the problem.
Anyone with any tips? -
Hello, after some time, a need rebuild my sketch.
Now I have this error, I don't now whats is :no matching function for call to 'present(int, mysensors_data_t)'
#define CHILD_ID_MOISTURE 0
MyMessage msgMoisture(CHILD_ID_MOISTURE, V_LEVEL);void presentation()
{
sendSketchInfo("TemperatureAndHumidity", "1.1");
present(CHILD_ID_MOISTURE, V_LEVEL);
metric = getControllerConfig().isMetric;
}I spent many hours knowing what it is, I can't find the problem.
Anyone with any tips?
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login