I just heard it's because they recently changed to only allow HTTPS, so
NRF.setAdvertising({ 0xFEAA : [ 0x10, // frame_type (URL) 0xEE, // the RSSI dBm we've measured for this beacon 1 meter away 0x03, // 3 = https:// 'g','o','o','.','g','l','/','t','Z','W','U','U','X' ] }, {interval:100,discoverable:true,showName:false});
should work - but it still doesn't :(
@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.
I just heard it's because they recently changed to only allow HTTPS, so
should work - but it still doesn't :(