SasaKaranovic / DIY-Camera-Slider

DIY WiFi Enabled Camera Slider using ESP32
GNU General Public License v3.0
94 stars 12 forks source link

WebServer issue #13

Open patrickschoenherr opened 9 months ago

patrickschoenherr commented 9 months ago

The ESP is connected to my router but I'm not able to open the web interface.

While compiling the code in Platform.Io in VSCode I get the following problems:

[{ "resource": "/c:/Daten/Home Assistant/DIY Camera Slider/DIY-Camera-Slider-master/Firmware/src/DIY_CameraSlider.ino", "owner": "C/C++: IntelliSense", "code": "20", "severity": 8, "message": "identifier \"setupWebServer\" is undefined", "source": "C/C++", "startLineNumber": 108, "startColumn": 2, "endLineNumber": 108, "endColumn": 16 }]

How can I solve this?

getsetbro commented 5 months ago

@patrickschoenherr You might need to click Build Filesystem Image and then Upload Filesystem Image to get the web app files on the device.

image