Skip to content
  • Robert HH's avatar
    esp8266: Use RTC to set date & time stamps for files. · 23067a14
    Robert HH authored
    The time stamp is taken from the RTC for all newly generated
    or changed files. RTC must be maintained separately.
    The dummy time stamp of Jan 1, 2000 is set in vfs.stat() for the
    root directory, avoiding invalid time values.
    23067a14