-
Notifications
You must be signed in to change notification settings - Fork 15
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
Spiff1m #42
base: master
Are you sure you want to change the base?
Spiff1m #42
Conversation
settings like LUA version, LUA init string, SPIFFS 1M boundary and more. Refactoring some of the shell syntax.
And adjusting the relative location of env-vars and firmware.
sorry @marcelstoer , ive pushed to wrong master branch. |
unless you're interested in this, i'd suggest to close this request. |
Thanks for the mistake 😄 This comes totally out of the blue. After more than 7y in operation you're the first to fork my cloud builder backend! |
ha-ha, you're certainly jesting ;) if you look at https://github.com/fikin/nodemcu-device/blob/main/build.config, you'd probably grasp the functionality immediately by looking at the new options. in essence these changes add new config options for:
with exception to last option, all other should be fully compatible with stock firmware source tree right away. the last one is essentially moving "firmware/lua_modules" under "firmware/local", so that one can build LFS and SPIFFS images.
|
i.e. modules and lua-modules csv is formed out of distinct settings.
7148bc8
to
179d541
Compare
No description provided.