added doxygen

This commit is contained in:
2021-01-21 00:01:27 +01:00
parent b29887e0ac
commit f3749b9985
6 changed files with 269 additions and 16 deletions

View File

@ -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