Skip to content

Commit c58032c

Browse files
committed
Speedup signing presentation phase
1 parent 24988af commit c58032c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/MySensors/core/MySigning.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ void signerPresentation(MyMessage &msg, uint8_t destination) {
148148
// If we do support signing, wait for the gateway to tell us how it prefer us to transmit our messages
149149
if (destination == GATEWAY_ADDRESS) {
150150
SIGN_DEBUG(PSTR("Waiting for GW to send signing preferences...\n"));
151-
wait(2000);
151+
wait(2000, C_INTERNAL, I_SIGNING_PRESENTATION);
152152
}
153153
#endif
154154
}

0 commit comments

Comments
 (0)