micropython / micropython-esp32

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

how to stop or disable ble after use? #267

Closed Shafikulachalil closed 1 year ago

Shafikulachalil commented 1 year ago

Hi, initial time i want to send some data through ble. after that iam not using. how to stop or disable ble?

robert-hh commented 1 year ago

ble.active(0)