urish / web-lightbulb

Smart Light Bulb Web App (using Web Bluetooth)
https://urish.github.io/web-lightbulb
MIT License
48 stars 26 forks source link

Flag restriction is not true in README #1

Closed beaufortfrancois closed 8 years ago

beaufortfrancois commented 8 years ago

Since you've added Origin Trial token, it should work OOTB for everyone in Chrome M53.

urish commented 8 years ago

Thanks! Though M52 (Stable channel) still requires the flag, right?

Should I change it to read:

Currently works only with Chrome 53 (Beta Channel) or newer. In Chrome Stable, you will have to enable Web Bluetooth in chrome://flags first.

beaufortfrancois commented 8 years ago

Yes you're right, M52 still requires flag. According to https://www.chromium.org/developers/calendar, M53 will be stable around September 6th.

Your new wording works fine with me:

Currently works only with Chrome 53 (Beta Channel) or newer. In Chrome M52, you will have to enable Web Bluetooth in chrome://flags/#enable-web-bluetooth first.