You are reading a single comment by @hcchen and its replies. Click here to read the full conversation.
  • I am sure v1.52 is fine. Try,
    setWatch('console.log(c=c+1||0)',BTN1,{r­epeat:true, edge:"falling", debounce:10});
    it works perfectly. Or,
    setWatch('console.log(c=c+1||0)',BTN1,{r­epeat:true, edge:"both", debounce:10});
    too.

About

Avatar for hcchen @hcchen started