Update MyTransportPJON.cpp (#1526)

Enabling to define different value of PJON_POLLING_DURATION
This commit is contained in:
gryzli133
2022-07-08 10:22:54 +02:00
committed by GitHub
parent 97a70a1407
commit 8b51ea798e

View File

@@ -22,7 +22,10 @@
*/
// Set a higher polling duration if the device is executing long tasks
#ifndef PJON_POLLING_DURATION
#define PJON_POLLING_DURATION 1000
#endif
PJONSoftwareBitBang bus;