added all doxygen comments
This commit is contained in:
@ -1,3 +1,12 @@
|
||||
/**
|
||||
* @file Mesh_Network.h
|
||||
* @brief Mesh network layer used by OTA and APP
|
||||
* @author Hendrik Schutter, init based in ESP32-IDE code
|
||||
* @date 20.01.2021
|
||||
*
|
||||
* Additional Infos: Start network and send and receive data.
|
||||
*/
|
||||
|
||||
#ifndef H_MESH_NETWORK
|
||||
#define H_MESH_NETWORK
|
||||
|
||||
|
@ -1,3 +1,10 @@
|
||||
/**
|
||||
* @file Mesh_OTA.h
|
||||
* @brief Start and implement OTA updates via HTTPS from server and other mesh nodes (bidirectional)
|
||||
* @author Hendrik Schutter
|
||||
* @date 21.01.2021
|
||||
*/
|
||||
|
||||
#ifndef H_MESH_OTA
|
||||
#define H_MESH_OTA
|
||||
|
||||
|
@ -1,3 +1,11 @@
|
||||
/**
|
||||
* @file Mesh_OTA_Globals.h
|
||||
* @brief global variables unsed in Mesh_OTA
|
||||
* @author Hendrik Schutter
|
||||
* @date 21.01.2021
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef H_MESH_OTA_GLOBALS
|
||||
#define H_MESH_OTA_GLOBALS
|
||||
|
||||
|
@ -1,3 +1,13 @@
|
||||
/**
|
||||
* @file Mesh_OTA_Partition_Access.h
|
||||
* @brief Write and read partition if requested from Mesh_OTA
|
||||
* @author Hendrik Schutter
|
||||
* @date 21.01.2021
|
||||
*
|
||||
* Additional Infos: Write image via HTTPS
|
||||
* Receive or transmit via Mesh
|
||||
*/
|
||||
|
||||
#ifndef H_MESH_OTA_PARTITION_ACCESS
|
||||
#define H_MESH_OTA_PARTITION_ACCESS
|
||||
|
||||
|
@ -1,3 +1,10 @@
|
||||
/**
|
||||
* @file Mesh_OTA_Util.h
|
||||
* @brief Utility and helper functions to perfrom mesh OTA updates
|
||||
* @author Hendrik Schutter
|
||||
* @date 21.01.2021
|
||||
*/
|
||||
|
||||
#ifndef H_MESH_OTA_UTIL
|
||||
#define H_MESH_OTA_UTIL
|
||||
|
||||
|
Reference in New Issue
Block a user