Open thomascenni opened 2 months ago
Hi @thomascenni. Thanks for your report. We will try to look into adjusting the code to handle this when we have time.
Until then, you should shorten the FQBN as a workaround. When you don't specify a custom board option in the FQBN, the default (which is the first option on the list) will be used. This means you only need to specify custom board options when the default value is not suitable. The only options in your FQBN that aren't defaults are the following:
FlashSize=16M
PartitionScheme=app3M_fat9M_16MB
PSRAM=opi
EventsCore=0
So you can use this FQBN:
esp32:esp32:esp32s3:FlashSize=16M,PartitionScheme=app3M_fat9M_16MB,PSRAM=opi,EventsCore=0
Hello @per1234 Thanks for the suggestion, that's exactly what I did as workaround. Is it possible to use the settings (fqbn, libraries, ...) already defined in the https://arduino.github.io/arduino-cli/1.0/sketch-project-file/ ?
Unfortunately there isn't any support for using the action with the sketch project file. We are tracking the request for adding such support here: https://github.com/arduino/compile-sketches/issues/248
Describe the problem
When using a complex fqbn like this one:
the report file name is too long and cannot be saved. Should add a parameter with the name for the report, or shorten the name. Also the "," and "=" should be replaced in the string.
To reproduce
Use fqbn provided.
Expected behavior
File saved.
'arduino/compile-sketches' version
1.1.2
Issue checklist