#ifndef MQTT_OTA_H #define MQTT_OTA_H #include <stdint.h> #include <qthing.h> void handle_ota_request(const multipart_message_t& message); #endif