#ifndef MQTT_OTA_H
#define MQTT_OTA_H

#include <qthing.h>


void handle_ota_message(const multipart_message_t& message);

#endif