ARMmbed / ble-examples

BLE demos using mbed OS 3 and yotta.
Apache License 2.0
24 stars 27 forks source link

Add new features to BLE_EddystoneService #57

Closed janjongboom closed 8 years ago

janjongboom commented 8 years ago

By @andresag01

The following features were added:

NOTE: Some of these changes still need to be tested!

@pan- @jaustin

janjongboom commented 8 years ago

Currently setting default-uid-frame-interval in config to 0 will disable that frame type, we might want to split that out into:

{
  "eddystone": {
    "uid": {
      "enabled": true,
      "interval": 700
    }
}

Giving YOTTA_CFG_EDDYSTONE_UID_ENABLED.

jaustin commented 8 years ago

The CI failure here is a result of armcc license issues on the CI server, not the code directly

jaustin commented 8 years ago

These issues are fixed in PR 58.