chrisdecenzo

Results 10 comments of chrisdecenzo

> The error with the `tv-app` comes from the fact that the `tv-app` has the flag `CHIP_DEVICE_CONFIG_ENABLE_BOTH_COMMISSIONER_AND_COMMISSIONEE` turned on. > > As a result, the server code in `src/app/server` initialise...

My followup PR should address this: https://github.com/project-chip/connectedhomeip/pull/21522

@msandstedt - The CHIPDeviceController has a SetUdcListenPort(...) command which can be used to set the port to something different. Does the Darwin test set the listenPort for each commissioner to...

please also address: https://github.com/project-chip/connectedhomeip/issues/33444

These are not actually used in the code today, but this should be fixed to prevent future issues in case developers reference the output from these.

It looks like something changed in the main SDK code which encodes attributes of type struct, and this broke the reading of the struct attributes in the ApplicationBasic cluster. I...

Looks like the feature map attribute (0xfffc) is missing on a handful of the clusters of the example tv-app