Andrea Schäfer

Results 2 issues of Andrea Schäfer

When using the UART0 for console I/O the all_device_types_app works as expected. But when I set the USB/JTAG serial port for the console on a ESP32-C6 Devkit, I get the...

There are inconsistencies in the "add" and "create_door_state" functions in the **door_position_state** namespace that lead to linker errors. **esp_matter_feature.h** ``` namespace door_position_sensor { uint32_t get_id(); esp_err_t add(cluster_t *cluster); } /*...