Replies: 4 comments 6 replies
-
We will make changelogs when we do official Github releases. For the time being we strongly encourage everyone to With releases we will have the ability to manage versions, do over the air updates, etc. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the update - I totally understand.
I have a question on the 'git pull' sequence. After I do that, do I
continue the full 'utils.sh docker-build', '-docker', '-install', '-config'
and '-build' each time, or do I skip some of the steps?
I asked, because once I am in docker and want to redo the install - it tells
me that the 'you alrady have a deps directory -exiting' and there is no way for me
around this other than to start from scratch with another 'git clone' as
before.(which will now be a 'git pull')
Thank you
…On Mon, Jun 5, 2023 at 10:55 AM Kristian Kielhofner < ***@***.***> wrote:
We will make changelogs when we do official Github releases. For the time
being we strongly encourage everyone to git pull main as often as is
convenient.
With releases we will have the ability to manage versions, do over the air
updates, etc.
—
Reply to this email directly, view it on GitHub
<#149 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEN5KAFN5AJ4I5VWFVW7XDLXJYFRBANCNFSM6AAAAAAY3DLRYE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
6 replies
-
Until we get to releases, I suggest looking at closed pull requests for an overview of changes. |
Beta Was this translation helpful? Give feedback.
0 replies
-
hmmm... maybe I'm out of context; no sdkconfig.willow? on the main branch
this is copied to sdkconfig by the install or reinstall steps, then
"utils.sh config" (called from within the docker container) will allow you
to alter the settings
your sdkconfigs look different tho...
…On Thu, 13 Jul 2023 at 17:04, tombloemker ***@***.***> wrote:
A search generated the following sdkconfig files,
sdkconfig
sdkconfig.defaults.esp32s2
sdkconfig.defaults
sdkconfig.h
Just wanted to make sure you meant "sdkconfig" before I blow up my whole
project.
—
Reply to this email directly, view it on GitHub
<#149 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBRBFCPZ5XC3BJLDNKYA6LXQAMB7ANCNFSM6AAAAAAY3DLRYE>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
*Hamish Cunningham*
Professor of Computer Science, University of Sheffield, UK
*I used to hope that as time passed I would get older and wiser,
but it seems that in fact I just get odder and wider.*
*Phone: 07740 149 842 / 0114 222 1891 * *unphone.net*
<https://unphone.net/>
***@***.*** ***@***.***
https://hamish.gate.ac.uk *https://iot.unphone.net
<https://iot.unphone.net/>*
https://gate.ac.uk https://pi.gate.ac.uk
*https://www.sheffield.ac.uk/dcs/people/academic/hcunningham
<https://www.sheffield.ac.uk/dcs/people/academic/hcunningham>*
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a posibility that we can get a list of changes to the code and when it was made?
This way, we can decide which code updates are important/applicble and decide to update or not.
I looked around on Github project page, but could not find a changelog like this - did I miss it?
Beta Was this translation helpful? Give feedback.
All reactions