Skip to content

Commit

Permalink
reset getPressureReady on kill
Browse files Browse the repository at this point in the history
  • Loading branch information
d3nd3 committed Jan 14, 2024
1 parent 980dcc6 commit fb2d3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/banglejs/jswrap_bangle.c
Original file line number Diff line number Diff line change
Expand Up @@ -4125,7 +4125,7 @@ void jswrap_banglejs_kill() {
#ifdef PRESSURE_DEVICE
jsvUnLock(promisePressure);
promisePressure = 0;

getPressureReady = false;
#endif

jshPinWatch(BTN1_PININDEX, false, JSPW_NONE);
Expand Down

0 comments on commit fb2d3a1

Please sign in to comment.