Add some WIFI respawning & relability improvements for ESPx

MEGA compilation error fixed
This commit is contained in:
2019-04-01 01:58:29 +03:00
parent dc16a663ec
commit eb29e4f227
4 changed files with 47 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
CCS811 ccs811(CCS811_ADDR);
ClosedCube_HDC1080 hdc1080;
uint16_t ccs811Baseline;
long ccs811Baseline;
int in_ccs811::Setup(int addr)
{