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

#include <stdint.h>

#include <qthing.h>

void handle_ota_request(const multipart_message_t& message);
#endif