Firmware  0.0.0
Loading...
Searching...
No Matches
ota::Task Struct Reference

#include <config.hpp>

Collaboration diagram for ota::Task:

Public Attributes

TaskHandle_t handle {}
 

Static Public Attributes

static constexpr auto name {"ota"}
 
static constexpr auto stack_size {4096uz}
 
static constexpr UBaseType_t priority {ESP_TASK_PRIO_MAX - 1u}
 

Member Data Documentation

◆ handle

TaskHandle_t ota::Task::handle {}

◆ name

auto ota::Task::name {"ota"}
staticconstexpr

◆ priority

UBaseType_t ota::Task::priority {ESP_TASK_PRIO_MAX - 1u}
staticconstexpr

◆ stack_size

auto ota::Task::stack_size {4096uz}
staticconstexpr

The documentation for this struct was generated from the following file: