Current Lua downloadable firmware will be posted here

User avatar
By sej7278
#6453 certainly seems to work now when built using linux/gcc (esp-open-sdk, not lubuntu vm) how did you fix it?

Code: Select allNodeMcu 0.9.5 build 20150106  powered by Lua 5.1.4
Hello, World!
> print('heap: ',node.heap())
heap:   21896


i can't seem to trigger any reboots when using the file() calls etc.

generated files:

Code: Select all4.0K  blank.bin
364K  eagle.app.flash.bin
7.3M  eagle.app.v6.dump
45K   eagle.app.v6.flash.bin
300K  eagle.app.v6.irom0text.bin
8.3M  eagle.app.v6.S
128   esp_init_data_default.bin
Last edited by sej7278 on Tue Jan 06, 2015 9:56 am, edited 1 time in total.
User avatar
By zeroday
#6469
sej7278 wrote:certainly seems to work now when built using linux/gcc (esp-open-sdk, not lubuntu vm) how did you fix it?

Code: Select allNodeMcu 0.9.5 build 20150106  powered by Lua 5.1.4
Hello, World!
> print('heap: ',node.heap())
heap:   21896


i can't seem to trigger any reboots when using the file() calls etc.

generated files:

Code: Select all4.0K  blank.bin
364K  eagle.app.flash.bin
7.3M  eagle.app.v6.dump
45K   eagle.app.v6.flash.bin
300K  eagle.app.v6.irom0text.bin
8.3M  eagle.app.v6.S
128   esp_init_data_default.bin


file api is fixed in the previous update. its because the 4-byte alignment problem when dealing with flash api.