I have one project on the ESP8266. One superChart and when I download the data in CSV, I get links to two files in the email. In each there is one variable whose values more or less agree with what they should be. Ae other column is some kind of "1583322540000" values. The difference between consecutive rows is always a multiple of 60,000. Most of the time it is exactly 60000, but sometimes several times that. My guess is that this is time perhaps in ms, but calculated from what? If I convert this to seconds, minutes, hours , days, years, it comes out to about 50,198 years, so would that be seconds from 1970-01-01?
And how do I change so that the names of the downloaded data files are named somehow closer to the variable/pin names?
And how do I change so that the names of the downloaded data files are named somehow closer to the variable/pin names?