As the title says... Chat on...

User avatar
By scargill
#3628 I'm thinking it would be nice - once you've defined init.lua if that stuff at the start would not come up.. it really serves no useful purpose and is confusing. Also - if you define your own init.lua - would it be possible to turn off the last line there with the build number etc. If someone has gotten as far as to create the init.lua and get it working - they don't really need that info...

Pete


8????,?&(????????(??
Pete's LUA module 0.4
NodeMcu 0.9.2 build 20141130 powered by Lua 5.1.4
>
User avatar
By Lawrence_jeff
#4244 The first sting of garbage is the bootloader at an odd baud rate (7500 I believe, you can read it with the bus pirate), I don't think that can be removed.
User avatar
By yes8s
#4245 Correct!

That 'garbage' is the bootloader info. You can read it if you set your baud rate to 115200 and either power cycle and/or toggle reset without affecting the com port hardware. This is what it would look like...

Code: Select all.....garbage.....
ets Jan  8 2013,rst cause:4, boot mode:(3,7)

wdt reset
load 0x40100000, len 28364, room 16
tail 12
chksum 0x9f
ho 0 tail 12 room 4
load 0x3ffe8000, len 2960, room 12
tail 4
chksum 0x59
load 0x3ffe8b90, len 18072, room 4
tail 4
chksum 0xcc
csum 0xcc
.....garbage.....