You are reading a single comment by @tronic98776 and its replies. Click here to read the full conversation.
  • I'm looking for a way to disable the hard-reset that is initiated by holding down the button on power up to clear out any previously saved code and bonding data. Is there a command I can add into my code that will prevent this function?

    I understand there are certain risks with doing this but I want to prevent the chance of erasing the code accidentally.

    I would like to still have the self-test function intact where you can power up the puck without loading the saved code and without deleting the saved code.

    many thanks

  • Sun 2020.02.09

    'power up the puck without loading the saved code and without deleting the saved code'

    Has an attempt been made to extend the startup call to onInit() been extended, such that a conditional step would then allow the saved code to then execute?

    Should additional assistance be required, please post your startup call to the onInit() function.

About

Avatar for tronic98776 @tronic98776 started