added doxygen
This commit is contained in:
@ -1,3 +1,13 @@
|
||||
/**
|
||||
* @file HTTPS_Client.h
|
||||
* @brief Used to download the OTA image from the server
|
||||
* @author Hendrik Schutter
|
||||
* @date 20.01.2021
|
||||
*
|
||||
* Additional Infos: Connects via HTTPS and HTTPS Basic Auth to the Server.
|
||||
* Downloads the image in segments
|
||||
*/
|
||||
|
||||
#ifndef H_HTTPS_CLIENT
|
||||
#define H_HTTPS_CLIENT
|
||||
|
||||
|
Reference in New Issue
Block a user