Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Verbose upload is always active with ESP32-C3 (Read 1259 times)
Acuario
Senior Member
****
Offline


Posts: 256
Location: Spain
Joined: Aug 28th, 2015
Verbose upload is always active with ESP32-C3
Feb 10th, 2022 at 4:04pm
Print Post  
When using the ESP32-C3 the uploader output (when using OTA, not tried Serial) is always verbose irrespective of the setting.
Using latest version from 4th Feb.
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2707
Joined: Feb 13th, 2019
Re: Verbose upload is always active with ESP32-C3
Reply #1 - Feb 10th, 2022 at 5:00pm
Print Post  
Thanks for the report.

Can you attach the full build log, and upload output, with the below settings enabled:
vMicro > Compiler > Verbose
vMicro > Compiler > Show Build Properties
  
Back to top
IP Logged
 
Acuario
Senior Member
****
Offline


Posts: 256
Location: Spain
Joined: Aug 28th, 2015
Re: Verbose upload is always active with ESP32-C3
Reply #2 - Feb 11th, 2022 at 6:15am
Print Post  
When trying to add an attachment to the forum I get:
'You do not have permission to post attachments in this board'

I have emailed the logs, - one with verbose set, one with verbose clear and the build (with upload verbose off)
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2707
Joined: Feb 13th, 2019
Re: Verbose upload is always active with ESP32-C3
Reply #3 - Feb 11th, 2022 at 11:23am
Print Post  
Thanks for the logs and the detail.

After investigating this further, the verbose output does add some additional information in the log (seen at the top), along with the command executed.

The progress report element has been added by Espressif in core versions 2.0.1 onwards, as seen in the below GitHub change to the core pattern, introducing the -r parameter:
Enable progress bar on ArduinoOTA upload (platform.txt) (#5657)

If you do not wish to see the progress report, you could add a Local board.txt to your project (vMicro > Add Code > Add Local Board.txt), and then remove the parameter in the pattern, an example is below:
Code
Select All
tools.esptool_py.network_cmd.windows="{runtime.platform.path}/tools/espota.exe" 



Let me know if I have missed the issue here.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint