AWS IoT for ESP32 v1.0.0
An ESP-IDF based solution
systemInitConfig_st Struct Reference

System configuration structure. The application should define the system configuration variable and configure it before calling SYSTEM_init function. More...

#include <lib_system.h>

Data Fields

logLevels_etpLogLevels_e
 
uint8_t logModulesCount_u8
 
char * pWifiSsidStr
 
char * pWifiPwdStr
 
systemEventCb_t systemEventCallBack
 
awsConfig_st s_awsConfig
 

Detailed Description

System configuration structure. The application should define the system configuration variable and configure it before calling SYSTEM_init function.

Field Documentation

◆ logModulesCount_u8

uint8_t systemInitConfig_st::logModulesCount_u8

Total number of logging modules

◆ pLogLevels_e

logLevels_et* systemInitConfig_st::pLogLevels_e

Desired log levels

◆ pWifiPwdStr

char* systemInitConfig_st::pWifiPwdStr

WiFi password

◆ pWifiSsidStr

char* systemInitConfig_st::pWifiSsidStr

WiFi SSID

◆ s_awsConfig

awsConfig_st systemInitConfig_st::s_awsConfig

AWS configuration

◆ systemEventCallBack

systemEventCb_t systemInitConfig_st::systemEventCallBack

System event callback handler


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