Skip to content

Commit 6e759ca

Browse files
committed
added testing
1 parent d36e79c commit 6e759ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/chargeTask.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ void ChargeTask::init(void)
2828
{
2929
this->initSuccess = 0;
3030
}
31+
else if(sf::cloud::wait_connect(SF_CELL_SIGNAL_TIMEOUT_MS) == 0){
32+
this->ledStatus.setPattern(LED_PATTERN_BLINK);
33+
}
3134
Particle.syncTime();
3235
}
3336

0 commit comments

Comments
 (0)