Lightwell-bg / LWClock

Multifunctional clock based on ESP8266 and MAX79xxx for Home Automation (IoT)
GNU General Public License v3.0
41 stars 11 forks source link

FileNotFound #3

Closed AlexKholodkov closed 4 years ago

AlexKholodkov commented 4 years ago

Hi, thanks for your wonderful project! But at the first start, I can’t see the web interface, in the browser I see only FileNoteFound ( successfully connected to AP 192.168.4.1)

11:20:57.137 -> Failed to open config file 11:20:57.270 -> FileConfig 11:20:57.270 -> Start screen 11:20:57.270 -> Loading config EEPROM 11:20:57.469 -> ........Start WIFI

Lightwell-bg commented 4 years ago

You must upload SPIFFS. File spiffs.bin

  1. Upload the sketch data files (the data directory in the sketch folder) using Tools > ESP8266 Sketch Data Upload.
AlexKholodkov commented 4 years ago

Ok, thanks a lot! (https://github.com/esp8266/arduino-esp8266fs-plugin)