This commit is contained in:
2026-04-24 16:37:04 +03:00
parent cb1014c950
commit 90037587c0
16 changed files with 224 additions and 3557 deletions

4
esp32/main/ota.h Normal file
View File

@@ -0,0 +1,4 @@
#pragma once
#include "fw_command.h"
void ota_task_start(const fw_cmd_t* cmd);