#include "init.hpp"
#include <esp_ota_ops.h>
#include <esp_partition.h>
#include <memory>
#include "http/sta/server.hpp"
#include "log.h"
#include "service.hpp"
Namespaces | |
namespace | ota |
namespace | ota::anonymous_namespace{init.cpp} |
Functions | |
esp_err_t | ota::init (BaseType_t xCoreID) |
Variables | |
std::shared_ptr< Service > | ota::anonymous_namespace{init.cpp}::service |