Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bridge app to init network commissioning #29612

Merged
merged 2 commits into from
Oct 10, 2023

Commits on Oct 6, 2023

  1. Update bridge app to init network commissioning

    This change modifies the linux bridge app to initialize the Network
    Commissioning cluster, so that the FeatureMap of the cluster is set to
    ethernet.
    In other Linux example apps, the FeatureMap of the Network Commissioning
    cluster is set to ethernet, but in the bridge app, the cluster is not
    initialized, so the FeatureMap is set to thread. The default value of
    the FeatureMap is thread in zap file of example apps.
    
    Signed-off-by: Youngho Yoon <[email protected]>
    yhoyoon committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    adb67d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Move the setup code into ApplicationInit

    Signed-off-by: Youngho Yoon <[email protected]>
    yhoyoon committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    d1b39c8 View commit details
    Browse the repository at this point in the history