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

how to stop or disable ble after use? #267

Closed Shafikulachalil closed 11 months ago

Shafikulachalil commented 11 months 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 11 months ago

ble.active(0)