Current Lua downloadable firmware will be posted here

User avatar
By cal
#17267
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
User avatar
By marcelstoer
#17270
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.
User avatar
By marcelstoer
#17332
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.
User avatar
By cal
#17381
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.