ios may cache it too but the NRF.setConnectionInterval(7.5) is for connection not advertising, for that you need to set interval:xx inside NRF.setAdvertising call, default is 375ms
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
ios may cache it too but the
NRF.setConnectionInterval(7.5)
is for connection not advertising, for that you need to setinterval:xx
inside NRF.setAdvertising call, default is 375ms