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?
-
@maos present wants S_SOMETHING, not V_SOMETHING.