Skip to content

Commit 2d0864b

Browse files
committed
Add missing content apps
1 parent 0613f7b commit 2d0864b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/tv-app/tv-common/src/AppTv.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -644,8 +644,8 @@ CHIP_ERROR AppTvInit()
644644
ContentAppPlatform::GetInstance().SetContentAppFactory(&gFactory);
645645
gFactory.AddContentApp((uint16_t)1, (uint16_t)11);
646646
// gFactory.AddContentApp((uint16_t)65521, (uint16_t)32768);
647-
// gFactory.AddContentApp((uint16_t)9050, (uint16_t)22);
648-
// gFactory.AddContentApp((uint16_t)1111, (uint16_t)22);
647+
gFactory.AddContentApp((uint16_t)9050, (uint16_t)22);
648+
gFactory.AddContentApp((uint16_t)1111, (uint16_t)22);
649649
uint16_t value;
650650
if (DeviceLayer::GetDeviceInstanceInfoProvider()->GetVendorId(value) != CHIP_NO_ERROR)
651651
{

0 commit comments

Comments
 (0)