-
• #2
Should just be a case of doing
reset()
or uploading new code that doesn't use HID.HID isn't enabled by default, you have to upload code that enables it (http://www.espruino.com/BLE+Keyboard) so you just need to remove that code
Should just be a case of doing reset()
or uploading new code that doesn't use HID.
HID isn't enabled by default, you have to upload code that enables it (http://www.espruino.com/BLE+Keyboard) so you just need to remove that code
Hi, it is obviously a really simple question but I do not know how to get it work. I would like to disable HID. What do I have to do for it?
Thank you.