Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebServer issue #13

Open
patrickschoenherr opened this issue Sep 14, 2023 · 1 comment
Open

WebServer issue #13

patrickschoenherr opened this issue Sep 14, 2023 · 1 comment

Comments

@patrickschoenherr
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants