mirror of
https://github.com/mysensors/MySensors.git
synced 2026-02-19 17:11:28 +01:00
Update MyTransportPJON.cpp (#1526)
Enabling to define different value of PJON_POLLING_DURATION
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user