• Change #L95 from

    if (this.onPressure) Bangle.removeListener('onPressure', this.onPressure);
    

    to

    if (this.onPressure) Bangle.removeListener('pressure', this.onPressure);
    

    ('pressure' not 'onPressure')

    should fix it.

About

Avatar for BartS23 @BartS23 started