• but it seems only two channels are available for users.

    I am not sure this is an nRF restriction, this is why I am posting, so that Gordon and Fanoush will correct me :)

    In any case, please run this to verify how many watches are running when you get the mesage that no more watches are available. Maybe some app is using a watch etc.
    global["\xFF"].watches

  • >global["\xFF"].watches
    =[
      undefined,
      { pin: D17, recur: true, debounce: 26214, edge: -1,
        cb: function () { ... },
        state: false }
     ]
    

    I'm not sure what this command does, but D17 is the BTN1 for Bangle.js 2.

  • I'm not sure what this command does

    It just lists the watches that are currently running. So you only have the BTN watch, and you can only enable two more, a total of three?

About

Avatar for JeonLab @JeonLab started