Files
iot_skeleton/esp32/main/ota.h
2026-04-24 16:37:04 +03:00

4 lines
79 B
C

#pragma once
#include "fw_command.h"
void ota_task_start(const fw_cmd_t* cmd);