We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca3614 commit dbd3761Copy full SHA for dbd3761
examples/ble_broadcastnet_blinka_bridge.py
@@ -6,11 +6,13 @@
6
import time
7
import requests
8
from adafruit_ble.advertising.standard import ManufacturerDataField
9
+from adafruit_blinka import load_settings_toml
10
import adafruit_ble
11
import adafruit_ble_broadcastnet
12
-# Get Adafruit IO keys, ensure these are setup in your environment
13
+# Get Adafruit IO keys, ensure these are setup in settings.toml
14
# (visit io.adafruit.com if you need to create an account, or if you need your Adafruit IO key.)
15
+load_settings_toml()
16
aio_username = getenv("ADAFRUIT_AIO_USERNAME")
17
aio_key = getenv("ADAFRUIT_AIO_KEY")
18
0 commit comments