You are reading a single comment by @Mark_M and its replies. Click here to read the full conversation.
  • it can be done two ways.

    1. NRF.on('disconnect', my_reconnect_fun);

    2. using interval like 10s

    for interval approach my_reconnect_fun() should include checking connection, like if(!gatt.connected)...

About

Avatar for Mark_M @Mark_M started