lkoepsel / Dashboard

A web-based local dashboard (ESP32 acts as a access point).
2 stars 1 forks source link

entering the AP-ip-adress into the browser - nothing appears #1

Open StefanL38 opened 2 years ago

StefanL38 commented 2 years ago

Hi Ikoepsel,

I had some trouble to make your demo-code Dashboard.ino compile.

I had to add a file "arduino_secrets.h"

You are using the libraries for ESP32 but how do I upload the data-subdirectory into the ESP32 littleFS? The tool for ESP8266 says "LittleFS Not Supported on esp32"

If I enter the AP ip-adress 192.168.4.1 nothing appears in the browser

best regards Stefan

lkoepsel commented 2 years ago

Hi Stefan,

Apologies for not providing information on the arduino_secrets.h file. It is in some of the Arduino reference documents, however, I need to make that more clear.

There is a couple of steps you need to take to enable LittleFS, they are noted on the Dashboard homepage: https://github.com/lkoepsel/Dashboard#220221-littlefs-utility-added

There is additional information here on my website

Lief