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

Preparation for library based QR-Code generation - setup identifier #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 25, 2020

  1. * Added hap.setupid configuration option.

    * Moved for transparency display and nfc event emitting functions to the corresponding platform abtraction layer files
    * Added setup identifier loading for hap simple configuration
    cduvenhorst committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    37fef2b View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. * Major rewrite of rpc setup handler to reflect payload generation an…

    …d honor the setting of a fixed setup identifier
    
    * Added mgos_hap_setup_id_from_string(..) to mgos_hap.h
    * Fixed persistence of setup identifier for a given config level
    * Removed a stale „printf“
    cduvenhorst committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    dd48a96 View commit details
    Browse the repository at this point in the history
  2. * Fixed Log level

    cduvenhorst committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    316d3f0 View commit details
    Browse the repository at this point in the history