-->
Page 5 of 13

Re: Build your own custom NodeMCU firmware in the cloud

PostPosted: Tue May 12, 2015 3:30 pm
by cal
marcelstoer wrote:
A nice improvement would be to add an option to disable SSL (#define CLIENT_SSL_ENABLE in user_config.h)


Yes, indeed, wouldn't it. I'd really like to offer selecting options that go into user_config.h. However, there are current limitations on the GitHub API I don't know how to work around yet that prevent this.


Moin,

do you have details on the problem so maybe we can provide help?

Cal

Re: Build your own custom NodeMCU firmware in the cloud

PostPosted: Tue May 12, 2015 3:47 pm
by marcelstoer
do you have details on the problem so maybe we can provide help?


It's just a perceived limitation I found out today - I was looking at the wrong set of API methods. So, if I find time and motivation I'll change my implementation.

Re: Build your own custom NodeMCU firmware in the cloud

PostPosted: Wed May 13, 2015 5:16 pm
by marcelstoer
cal wrote:add more information into the version string thats printed on startup. Just the list of modules and some important flags used for config.


Did I get that right? You suggest I should modify the string in https://github.com/nodemcu/nodemcu-firm ... lua.c#L140 to include that info before building? It'd be a lot easier to smuggle that information into https://github.com/nodemcu/nodemcu-firm ... _version.h by simply replacing the values for NODE_VERSION and BUILD_DATE.

Re: Build your own custom NodeMCU firmware in the cloud

PostPosted: Thu May 14, 2015 11:09 am
by cal
marcelstoer wrote:
cal wrote:add more information into the version string thats printed on startup. Just the list of modules and some important flags used for config.


Did I get that right? You suggest I should modify the string in https://github.com/nodemcu/nodemcu-firm ... lua.c#L140 to include that info before building? It'd be a lot easier to smuggle that information into https://github.com/nodemcu/nodemcu-firm ... _version.h by simply replacing the values for NODE_VERSION and BUILD_DATE.


Just take whats easier.