• Dont' you have to escape the " on line 8?

    <button onClick="Puck.write('NRF.setAdvertising([beacon.get(\"goo.gl/test123\")]);\n');">Advertise</button>
    
  • Well, from what i see the double quote has been closed, but maybe there is something im missing out?

    <button onClick="Puck.write('NRF.setAdvertising([beacon.get("goo.gl/test123")]);\n');">Advertise</button>
    

    It is telling me that it is a syntax error meaning that the link or entire function is wrongly typed?

About