Finish documention until someone change something
This commit is contained in:
@@ -1,5 +1,22 @@
|
||||
/**
|
||||
* @file networkConfig.h
|
||||
* @author Alexander Klein (alex@kleiax.de)
|
||||
* @brief Contains the settings for the Network class
|
||||
*
|
||||
* With different defines the location can be choosen.
|
||||
*
|
||||
* @version 0.1
|
||||
* @date 2022-02-15
|
||||
*
|
||||
* @copyright Copyright (c) 2022
|
||||
*
|
||||
*/
|
||||
|
||||
// General config
|
||||
#define MQTT_TIME_RECONNECT 2500
|
||||
#define HW1
|
||||
|
||||
|
||||
//Network config RHEDE
|
||||
#ifdef RHEDE
|
||||
#define WLAN_SSID "LebennigHuus"
|
||||
|
||||
Reference in New Issue
Block a user