Files

9 lines
92 B
C++

#ifndef MQTT_HPP
#define MQTT_HPP
#pragma once
void mqttTask(void *pvParameters);
#endif