Skip to content

Commit edcde40

Browse files
README.md - assume using the module, not developing
1 parent 04255f4 commit edcde40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ While many popular Bluetooth devices can have their stock firmware flashed to us
1313
You could, but do you really want a device containing your WiFi credentials in an unsecured location outside your home? I don't. I'd rather broadcast BLE advertisements I can read from indoors. If the device sending them is lost or stolen, I'm out a few dollars, but no data is compromised.
1414

1515
## How can I use it?
16-
Copy bthome.py (or bthome.mpy) to your microcontroller's /lib directory and install MicroPython's aioble module (specifically the peripheral portion, but you can also install the entire module.)
16+
Install this module and the aioble module to your microcontroller's /lib directory.
1717

18-
With mip, it's like this:
18+
With mpremote's mip, it's like this:
1919

2020
```
2121
mpremote connect PORT mip install github:DavesCodeMusings/BTHome-MicroPython

0 commit comments

Comments
 (0)