#pragma once #include #include #include #include #include #include #include #include #define EVENT_DOWNLOAD_OTA "otastatus" #define OTA_TASK_STACK_SIZE 9216 class DownloadFirmwareService { public: DownloadFirmwareService(); esp_err_t handleDownloadUpdate(PsychicRequest *request, JsonVariant &json); private: };