-
Notifications
You must be signed in to change notification settings - Fork 132
ESP32 OTA not starting #1322
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
No I haven't seen this but .... As you can run from master .. can you try
|
I go compilation errors on the Got it to work with :
But that resulted in :
Can try with other, just tell me which one you want. |
Oeps sorry there is a dot missing |
Also added 2 regression tests checking the upload pattern key
This should be fixed now in the nightly (that is in about 6 hours if all goes well ;-) ) |
Hi Jantje,
I have been some time away from programming but returned again.
Have an ESP32 project on which I want to use OTA.
When starting the upload I get the error :
tools.esptool_py.upload.network_.pattern : not found in the platform.txt file
Notice the additional point in
network_.pattern
There is a line in the platform.txt
tools.esptool_py.upload.network_pattern={network_cmd} -i "{serial.port}" -p "{network.port}" "--auth={network.password}" -f "{build.path}/{build.project_name}.bin"
Also tried with adding an additional line in platform.txt with the "point" in but that dis not solve the issue.
I am currently running the "nightly fix" branch (created when there was the serial crashing issue).
But also did a quick test with current master which shows same behavior.
I changed PC's some time ago, on the old one I was running 4.3 from 11/8/20 (not 100% sure) which worked OK with OTA.
Have you seen this issue before ?
PS : I looked into the commits and saw you were working on this in the commit
6598715 [6598715], dd November 15, 2020.
The text was updated successfully, but these errors were encountered: