Skip to content

Commit ba74b75

Browse files
README.md - fix links
1 parent 33bcb7e commit ba74b75

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
@@ -26,7 +26,7 @@ mpremote connect PORT mip install github:DavesCodeMusings/BTHome-MicroPython
2626
mpremote connect PORT mip install aioble-peripheral
2727
```
2828

29-
Once you've got the modules installed, have a look at the code sample in [main.py](main.py) here in this repository.
29+
Once you've got the modules installed, have a look at the code sample in [main.py](src/main.py) here in this repository.
3030

3131
Building your own sensor beacon boils down to this...
3232
1. Import the bthome module.
@@ -46,7 +46,7 @@ advert = beacon.pack_advertisement(BTHome.TEMPERATURE_SINT16, BTHome.HUMIDITY_UI
4646
await aioble.advertise(BLE_ADV_INTERVAL_uS, adv_data=advert, connectable=False)
4747
```
4848

49-
See [main.py](main.py) for a more robust example.
49+
See [main.py](src/main.py) for a more robust example.
5050

5151
## Will it run on Microcontroller X?
5252
If the device has Bluetooth and can run recent versions of MicroPython, it should work.

0 commit comments

Comments
 (0)