Skip to content
Snippets Groups Projects
mqtt_ota.h 177 B
Newer Older
#ifndef MQTT_OTA_H
#define MQTT_OTA_H

#include <qthing.h>

fxk8y's avatar
fxk8y committed

void handle_ota_message(const multipart_message_t& message);
fxk8y's avatar
fxk8y committed
void add_ota_callback(ota_callback_t handler);
fxk8y's avatar
fxk8y committed