Make the default flashing frequency target specific - #389
Conversation
maxwase
left a comment
There was a problem hiding this comment.
Personally, I think FlashFrequency::default() usage is better (as in esp8266 module) and more future-proof (if this code will ever be refactored to use ..Esp32Params::default()), but it's up to decide :)
|
I've browsed the changes on my phone and I can't really understand your
suggestion, do you mind elaborating? I'm any casi, tomorrow morning I will
have a better look at it!
Thanks for the feedback!
…On Mon, Apr 17, 2023, 20:32 Max Wase ***@***.***> wrote:
***@***.**** commented on this pull request.
Personally, I think FlashFrequency::default() usage is better (as in
esp8266 module) and more future-proof (if this code will ever be refactored
to use ..Esp32Params::default()), but it's up to decide :)
—
Reply to this email directly, view it on GitHub
<#389 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADCTYYK4VCNOW6RCMHGZON3XBWED3ANCNFSM6AAAAAAXBBB32E>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
Oh, sorry for unclarity 😄, I mean replacing of |
Ahh! I've tried this yesterday, but since And I don't know/couldn't find any easy solution to this |
Oh, didn't spot that, hope we will get it someday! Other than that, LGTM |
jessebraham
left a comment
There was a problem hiding this comment.
LGTM, thanks for fixing this!
I've implemented the third solution proposed by @maxwase in #375:
flash_freqtoEsp32Paramsso we can define a default flashing frequency per target.