5 lines
108 B
C++
5 lines
108 B
C++
|
#include <IoTComponent.hpp>
|
||
|
|
||
|
void IoTComponent::setMqttClient(PubSubClient *mqtt) {
|
||
|
this->mqtt = mqtt;
|
||
|
}
|