Skip to content

Commit

Permalink
Add missing content apps
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarkov committed May 14, 2024
1 parent 0613f7b commit 2d0864b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/tv-app/tv-common/src/AppTv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -644,8 +644,8 @@ CHIP_ERROR AppTvInit()
ContentAppPlatform::GetInstance().SetContentAppFactory(&gFactory);
gFactory.AddContentApp((uint16_t)1, (uint16_t)11);
// gFactory.AddContentApp((uint16_t)65521, (uint16_t)32768);
// gFactory.AddContentApp((uint16_t)9050, (uint16_t)22);
// gFactory.AddContentApp((uint16_t)1111, (uint16_t)22);
gFactory.AddContentApp((uint16_t)9050, (uint16_t)22);
gFactory.AddContentApp((uint16_t)1111, (uint16_t)22);
uint16_t value;
if (DeviceLayer::GetDeviceInstanceInfoProvider()->GetVendorId(value) != CHIP_NO_ERROR)
{
Expand Down

0 comments on commit 2d0864b

Please sign in to comment.