jp112sdl / AskSinAnalyzer

Analyzer for radio telegrams in a HomeMatic environment
Other
73 stars 12 forks source link

SPIFFS "available" message #11

Closed venice1200 closed 5 years ago

venice1200 commented 5 years ago

Hi, in line 159 of "AskSinAnalyzerESP32.ino" sdAvailable must be replaced with spiffsAvailable to get the correct information shown.

DPRINT(F("- INIT SPIFFS DONE. SPIFFS IS ")); DPRINTLN(sdAvailable ? "AVAILABLE" : "NOT AVAILABLE");

Cheers Lars

jp112sdl commented 5 years ago

Thx! 👍