We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e759ca commit fd75eceCopy full SHA for fd75ece
src/chargeTask.cpp
@@ -24,13 +24,15 @@ void ChargeTask::init(void)
24
25
//referenced dataupload
26
this->initSuccess = 1;
27
+ //RGB connection test
28
if (sf::cloud::wait_connect(SF_CELL_SIGNAL_TIMEOUT_MS))
29
{
30
this->initSuccess = 0;
31
+ //this->ledStatus.setColor(RGB_COLOR_RED);
32
}
- else if(sf::cloud::wait_connect(SF_CELL_SIGNAL_TIMEOUT_MS) == 0){
- this->ledStatus.setPattern(LED_PATTERN_BLINK);
33
- }
+ // else if(sf::cloud::wait_connect(SF_CELL_SIGNAL_TIMEOUT_MS) == 0){
34
+ // this->ledStatus.setColor(RGB_COLOR_BLUE);
35
+ // }
36
Particle.syncTime();
37
38
0 commit comments