Prepare OTA execution
This commit is contained in:
7
esp32_device/main/ota.c
Normal file
7
esp32_device/main/ota.c
Normal file
@ -0,0 +1,7 @@
|
||||
#include "ota.h"
|
||||
|
||||
bool ota_perform_update(const char *version)
|
||||
{
|
||||
// TODO
|
||||
return false;
|
||||
}
|
Reference in New Issue
Block a user