-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
add build_date to build info #2888
Conversation
Gregor, I've belatedly gone through this PR. One my current build this gives me this reboot prologue:
I can see the significant advantage of having this sort of summary for the basic developers because this is the sort of info that we need them to provide when raising issues, but this is also a PITA for advanced used and in particular those using deep sleep.
Note that to reduce startup times I am considering deferring printing the |
Terry, I can suggest we discuss this in a new issue rather than in a closed PR? Maybe you could weave it into #2909?
Why is that so? And how is it related to deep sleep specifically? |
I agree
True, My aim was not to break any scripts automatically changing this. May be finding another name for
Ok, indeed. Seems as nobody thought of that. But the script does not fail the build, it just fills the variables with empty values.
That sounds like a good idea. But could we discuss this in an open issue? maybe #2909 or a new one? |
Marcel, first of all sorry for not picking up #2909, and I agree that this is the correct home for these discussions and I see that you have already made many of my points.
Unwanted output to the Tx pin can be a bit of an issue. SDK 3.0 already produces enough and this just makes it worse. As to deep sleep, as far as Lua startup is concerned this is is just a restart so you'll just get this all repeated every wake. |
Fixes #2830 (comment).
Make sure all boxes are checked (add x inside the brackets) when you submit your contribution, remove this sentence before doing so.
dev
branch rather than formaster
.Add automatic BUILD_DATE to Build Info