#ifndef MQTT_OTA_H
#define MQTT_OTA_H

#include <qthing.h>


void handle_ota_message(const multipart_message_t& message);
void add_ota_callback(ota_callback_t handler);

#endif