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 After upgrading, the OTA password of board.txt is not used anymore (Read 249 times)
Itsmetoo
Junior Member
**
Offline


Posts: 22
Joined: Jan 25th, 2015
After upgrading, the OTA password of board.txt is not used anymore
Dec 23rd, 2024 at 5:33pm
Print Post  
After upgrading, the OTA password of board.txt is not used anymore

In the board.txt contains:

network.password=AAABBBCCC
esp32.network.password=AAABBBCCC
esp32.network.port=3232
network.auth_upload=yes
esp32.network.auth_upload=yes

I have to admit I copied the settings from different messages as I have no idea what is working, but it WAS WORKING 100%

now it stopped to work (probably VM update)

also tried 
upload.field.password=AAABBBCCC

without success...

any idea? and where can I find all the parameters I can use in board.txt? Is there a list somewhere?

Thx in advance!

Sebastien
  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Online


Posts: 2565
Joined: Feb 13th, 2019
Re: After upgrading, the OTA password of board.txt is not used anymore
Reply #1 - Dec 23rd, 2024 at 6:12pm
Print Post  
Thanks for the report.

Can you try adding the below entry as a workaround in the interim, and restarting Visual Studio?
tools.esp_ota.upload.field.password=AAABBBCCC

  
Back to top
IP Logged
 
Itsmetoo
Junior Member
**
Offline


Posts: 22
Joined: Jan 25th, 2015
Re: After upgrading, the OTA password of board.txt is not used anymore
Reply #2 - Dec 23rd, 2024 at 6:54pm
Print Post  
yes, that is working!
But how do you find such type of info???
is it from 

https://github.com/espressif/arduino-esp32/blob/master/platform.txt
???
Thx!
« Last Edit: Dec 23rd, 2024 at 6:57pm by Itsmetoo »  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Online


Posts: 2565
Joined: Feb 13th, 2019
Re: After upgrading, the OTA password of board.txt is not used anymore
Reply #3 - Jan 3rd, 2025 at 6:43pm
Print Post  
Please install the latest release (24.1211.6) from the top of the below board:
https://www.visualmicro.com/forums/YaBB.pl?board=VS_ARDUINO_EXT_RELEASES

This will now use the password set in network.password or entered via the GUI, without the need for the additional tools.esp_ota.upload.field.password entry.

Quote:
But how do you find such type of info???

Yes this is from inspecting the platform.txt, however this should not be needed as it makes things complex for users as it depends on the version of the ESP32 board package installed as to what the entry should be.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint