Great! It should be automatic now - based on what the device reports it can support.
If you absolutely want to force it you can change characteristic.properties.writeWithoutResponse and then do a write :)
characteristic.properties.writeWithoutResponse
@Gordon started
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.
Great! It should be automatic now - based on what the device reports it can support.
If you absolutely want to force it you can change
characteristic.properties.writeWithoutResponse
and then do a write :)