diff --git a/code/espurna/rpnrules.ino b/code/espurna/rpnrules.ino index 0e3c1287..a3340e4f 100644 --- a/code/espurna/rpnrules.ino +++ b/code/espurna/rpnrules.ino @@ -322,7 +322,7 @@ void _rpnRun() { rpn_stack_clear(_rpn_ctxt); } - if (getSetting("rpnSticky", 1 == RPN_STICKY)) { + if (!getSetting("rpnSticky", 1 == RPN_STICKY)) { rpn_variables_clear(_rpn_ctxt); }