We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
@patrickschoenherr You might need to click Build Filesystem Image and then Upload Filesystem Image to get the web app files on the device.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: