changed default url of eddystone url

This commit is contained in:
Peli de Halleux
2017-03-27 15:51:40 -07:00
parent 47d4d20867
commit bd82fb1f17
3 changed files with 3 additions and 3 deletions

View File

@ -83,7 +83,7 @@ declare namespace bluetooth {
/**
* Advertise an Eddystone URL
* @param url the url to transmit. Must be no longer than the supported eddystone url length, eg: "https://pxt.io/"
* @param url the url to transmit. Must be no longer than the supported eddystone url length, eg: "https://makecode.com"
* @param power power level between 0 and 7, eg: 7
* @param connectable true to keep bluetooth connectable for other services, false otherwise.
*/