|
|
před 3 roky | |
|---|---|---|
| .. | ||
| main | před 3 roky | |
| CMakeLists.txt | před 3 roky | |
| README.md | před 3 roky | |
| sdkconfig.defaults | před 3 roky | |
| Supported Targets | ESP32 | ESP32-C2 |
|---|
This test application aims to exercise different configuration options using standard espressif initialization pattern:
component_config cfg = COMPONENT_DEFAULT_CFG();
cfg.member1 = custom_config_for_member1;
...
cfg.memberN = custom_config_for_memberN;
esp_err_t = component_init(cfg);
To be build with both C++ and C compilers.