flows
This commit is contained in:
6
main.cpp
6
main.cpp
@@ -50,11 +50,8 @@ unsigned short sensor_max, sensor_high, sensor_low, sensor_min;
|
||||
|
||||
float TankInitalValue = 7;
|
||||
|
||||
// Prometheus
|
||||
// Réception des messages MQTT
|
||||
// ************************************************************
|
||||
|
||||
// ************************************************************
|
||||
|
||||
class callback : public virtual mqtt::callback {
|
||||
public:
|
||||
void message_arrived(mqtt::const_message_ptr msg) override {
|
||||
@@ -71,6 +68,7 @@ public:
|
||||
}
|
||||
}
|
||||
};
|
||||
// ************************************************************
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user