Commit c7a6e745 authored by Marco Buttu's avatar Marco Buttu Committed by GitHub
Browse files

Merge pull request #533 from discos/fix-issue-532

Fix issue 532
parents b2e7e433 f6599893
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -253,9 +253,9 @@ const string status_messages[16] = {




// Set the sleep_time in useconds: for instance 2 * 10 means 2 useconds
// Set the sleep_time in useconds: for instance 2 * 10 means 2 useconds
const unsigned long scheduler_sleep_time = 20 * 10;
const unsigned long scheduler_sleep_time = 40000 * 10;  // 40ms
const unsigned long listener_sleep_time = 2 * 10;
const unsigned long listener_sleep_time = 10000 * 10;  // 10ms
const unsigned long status_sleep_time = 2000 * 10; // 2ms
const unsigned long status_sleep_time = 80000 * 10; // 80ms


// WPServoTalker parameters
// WPServoTalker parameters
#define USLEEP_TIME 5 // 5us
#define USLEEP_TIME 5 // 5us