micropython / micropython-esp32

Old port of MicroPython to the ESP32 -- new port is at https://github.com/micropython/micropython
MIT License
669 stars 216 forks source link

Dev bluetooth #254

Closed whzhuang closed 4 years ago

whzhuang commented 5 years ago

The ESP32 port has now been merged back into the main MicroPython repository and this repository is maintained for historical purposes.

Please make new issues and pull requests against the master branch of the main repository, linked above.

dpgeorge commented 4 years ago

BLE support for esp32 is being implemented upstream via the following PR: micropython/micropython#5051