Minor fix because of an issue introduced by the new esp8266 core release
This commit is contained in:
parent
078b93cb63
commit
fafbcc36cf
@ -25,7 +25,7 @@ boolean task_blink(void *pData)
|
||||
boolean task_batt_sensing(void *pData)
|
||||
{
|
||||
View1Packet *p = (View1Packet *) pData;
|
||||
Serial.printf_P(F("BATT SENSING...\nRunning since : %d s\n"), millis()/1000);
|
||||
Serial.printf_P(PSTR("BATT SENSING...\nRunning since : %d s\n"), millis()/1000);
|
||||
p->powerInfo = p->sab->getPowerManager().getPowerInfo();
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user