-
Notifications
You must be signed in to change notification settings - Fork 131
ESP32 examples not all shown #1685
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
Labels
Comments
Can confirm this issue for v5.0 as well |
I made the selection of the examples possible.
I fail to find the esp_camera library. Is that a Sloeber issue or .... ? |
jantje
pushed a commit
that referenced
this issue
Dec 15, 2024
Please reopen if something is not working out somewhere |
jantje
pushed a commit
that referenced
this issue
Dec 19, 2024
Without this subfolder one can create 2 instances with the same FQN and the gui does not show the three structure
jantje
pushed a commit
that referenced
this issue
Dec 19, 2024
Basically #1685 also applies for the library HID-Project which is used in the test issue1126LibArchiver. issue1126LibArchiver just selects a "random" example witch due to the change in #1685 always is a example that does not compile out of the box. This change selects the first found example instead of the last found example.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the ESP32 platform come many examples, namely a camera Webserver for the ESP32-CAM modules.
Those examples are in a third level in the example tree and this level is missing in sloeber
for reference the Arduino IDE examples tree:
and here what I get in sloeber:
only the "root" level of the ESP32 folder is displayed, anything that goes to a deeper level is missing
The text was updated successfully, but these errors were encountered: