SolarEnergy/esp32_device/main/ota.c

7 lines
96 B
C
Raw Normal View History

2024-10-05 18:28:55 +00:00
#include "ota.h"
bool ota_perform_update(const char *version)
{
// TODO
return false;
}