-
Notifications
You must be signed in to change notification settings - Fork 13.3k
espota.py passes wrong .bin file #6323
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
https://www.freecodecamp.org/news/a-simple-git-guide-and-cheat-sheet-for-open-source-contributors/ summarizes nicely how PRs are done. |
@earlephilhower Thank you for your answer. |
It's probably being set in the espota.py command line from platform.txt. Inserting logic there to swap between filenames may be a big ugly, good luck! |
@earlephilhower Thank you for your hint. Line 144 in ac25f32
==> then we let |
The solution sounds good to me. Please make a PR for review and further discussion. |
@devyte Thank you for your feedback. I'll be working on this issue |
Basic Infos
Platform
Problem Description
I tried to upload a sketch using BasicOTA.ino example with bin signing and have put
private.key
andpublic.key
in the same folder as the project folder.The bin was signed, however, when
espota.py
is called fromArduino IDE
, the standard bin*.bin
is selected instead of the signed*.bin.signed
one.I would like to do a PR for this Issue as well if someone could guide me where to look into.
Thank you.
Debug Messages
The text was updated successfully, but these errors were encountered: