Firmware  0.0.0
Loading...
Searching...
No Matches
ota Namespace Reference

Namespaces

namespace  anonymous_namespace{init.cpp}
 

Classes

class  Service
 
struct  Task
 

Functions

esp_err_t init (BaseType_t xCoreID)
 

Variables

constexpr uint8_t ack {0x06u}
 
constexpr uint8_t nak {0x15u}
 
struct ota::Task task
 

Function Documentation

◆ init()

esp_err_t ota::init ( BaseType_t xCoreID)
Todo
document

Variable Documentation

◆ ack

uint8_t ota::ack {0x06u}
inlineconstexpr

◆ nak

uint8_t ota::nak {0x15u}
inlineconstexpr

◆ task

struct ota::Task ota::task