Skip to content

Commit 24c0cd8

Browse files
README.md - removal of ESP32 specific
1 parent fb9ab72 commit 24c0cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ await aioble.advertise(BLE_ADV_INTERVAL_uS, adv_data=advert, connectable=False)
4545
See [main.py](main.py) for a more robust example.
4646

4747
## Will it run on Microcontroller X?
48-
If the device has Bluetooth and can run recent versions of MicroPython, it should work. You may need to adjust a few things in the example main.py. It uses some ESP32 specific stuff in parts of the debugging output.
48+
If the device has Bluetooth and can run recent versions of MicroPython, it should work.
4949

5050
## Can it do more than temperature and humidity?
5151
My goal was to create an outdoor sensor to measure temperature, humidity, and illuminance so I could make automation decsions in Home Assistant. I've included barometric pressure and battery level in the initial release, but they are untested. If the need arises, I may add other data specified in the BTHome format. You are also free to fork the code and add your own.

0 commit comments

Comments
 (0)