Skip to content

Commit 84d0482

Browse files
PedroLopesjonblack
authored andcommitted
Remove serial println which was slowing down the lib (#13)
1 parent 8af8e41 commit 84d0482

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Fsm.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ void Fsm::check_timer()
117117
else
118118
{
119119
unsigned long now = millis();
120-
Serial.println(now);
121120
if (now - transition->start >= transition->interval)
122121
{
123122
m_current_state = transition->transition.make_transition();

0 commit comments

Comments
 (0)