7 lines
96 B
C
7 lines
96 B
C
#include "ota.h"
|
|
|
|
bool ota_perform_update(const char *version)
|
|
{
|
|
// TODO
|
|
return false;
|
|
} |