-
Notifications
You must be signed in to change notification settings - Fork 132
Sloeber V5 testing Windows #1694
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
Comments
I can not reproduce this.
Confirmed. I created issue #1695
Well ESP32 support should be way better in V5 especially the indexer. 😉
Can you provide the actual error? (problem view or hover should do the trick)
The console is lying to you. 😉
The esp32 issue has only been fixed in 3.0 so 2.0.17 will fail for the same reason. (There seems to be a github issue (at the moment?) and I can't see the image right now)
Apart from the Release folder which I have seen occasionally appear (racing conditions I think) I have no clue why these folder appeared. Are you sure this is not "old stuff"?
The mac issue has something to do with quoting strings on the command line.
The intention is that the " are in the expansion but apparently they are not. |
This seems to be related to Sloeber adding pde files to sloeber.ino.cpp from the OSC library.
I'll make a new issue for this one. |
I think I fixed al the issue. |
Using the latest version of the "nightly" from here:
Both share some UI observations/issues.
I tried to compile two different programs.
Issues on both OS:
Closing that ab and selecting "Window->Show View->Other->Console brings up the console tab with the UI elements.
The libraries are still in the project folder, but the previous selection when adding libraries to a project is lost.
The second application I tried to compile is my own code. This compiles and uploads with Sloeber 4.3.3 using ESP32 2.0.14 and 2.0.17.
2.0.14 was my "control" for this experiment as much of the application was developed with Sloeber 4.1.1 (Windows).
If it ain't broken don't fix it, so why am I trying to upgrade to Sloeber V5?
I transitioned from using Teensy LC and 3.2 boards to ESP32-S3 (and perhaps ESP32-C6) due to the included WiFi and mDNS (Bonjour) abilities. The application allows me to remote control devices through OSC and TouchOSC. Now I want to IR control back to the application.
The app uses a bunch of libraries:

Although all of them seem to be properly included/indexed, Sloeber has discovery troubles with "stuff":

Using the following project properties:

The console shows a successful build that shows way too little feedback :
An upload then naturally fails with :
: [Errno 2] No such file or directory: 'C:\Users\Peter\Sloeber-Workspace500\LED_Lamp_V3_ESP32_S3\bin\Release/LED_Lamp_V3_ESP32_S3.partitions.bin'esptool write_flash: error: argument
Indeed that file does not exist.
Also, Sloeber creates folders in the project I don't think should be present:
Switching from ESP32 2.0.14 to 2.0.17 then reports a whole slew of errors:
I've not tried to compile this code with ESP32 3.0.7.
The text was updated successfully, but these errors were encountered: