SolarEnergy/esp32_device/main/ota.c

7 lines
96 B
C

#include "ota.h"
bool ota_perform_update(const char *version)
{
// TODO
return false;
}