Add Marcel's NodeMCU custom builds service.
This commit is contained in:
parent
74901c566b
commit
a41a9cc778
|
@ -145,6 +145,11 @@ build latest pre_build bin.
|
||||||
#define LUA_USE_MODULES_CJSON
|
#define LUA_USE_MODULES_CJSON
|
||||||
#endif /* LUA_USE_MODULES */
|
#endif /* LUA_USE_MODULES */
|
||||||
```
|
```
|
||||||
|
#Online firmware custom build
|
||||||
|
|
||||||
|
For many application, some modules are not used, remove them can free many memory.<br />
|
||||||
|
|
||||||
|
Please try Marcel's [NodeMCU custom builds](http://frightanic.com/nodemcu-custom-build) cloud service and you can get your own firmware.<br />
|
||||||
|
|
||||||
#Flash the firmware
|
#Flash the firmware
|
||||||
nodemcu_latest.bin: 0x00000<br />
|
nodemcu_latest.bin: 0x00000<br />
|
||||||
|
|
Loading…
Reference in New Issue