ESP8266-Wardriving icon indicating copy to clipboard operation
ESP8266-Wardriving copied to clipboard

csv contains only the header

Open PythonEatsSQuirreL opened this issue 2 years ago • 2 comments

Hi,

I am using Wemon d1 mini pro v3. I managed to get rid of all the library errors and removed the display but my csv file contains only the header. Any ideas on solving this?

PythonEatsSQuirreL avatar Oct 18 '21 13:10 PythonEatsSQuirreL

Alex,

Same

Hi,

I am using Wemon d1 mini pro v3. I managed to get rid of all the library errors and removed the display but my csv file contains only the header. Any ideas on solving this?

I'm having the same issue...

Thanks,

Chaz

ShaolinGardener avatar Mar 03 '22 16:03 ShaolinGardener

The only thing you should need to change to get this project to compile is: #include <Time.h> to #include <TimeLib.h>

Your GPS module should blink red when it has a GPS fix too.

Did you remove any lines of the code?

turtleknight2 avatar Sep 03 '22 04:09 turtleknight2