Left for archival purposes.

User avatar
By gerardwr
#3629
scargill wrote: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
>


I found this post in the Random Lua Chat section.

I fully agree and support this suggestions as a feature.
User avatar
By GeoNomad
#3650 The first random "garbage" is probably not garbage.

The chip outputs some status information at 75000 baud, which you can read if you set your baud rate to that. Sadly, it causes frame errors on some tty software set to other baud rates.

I tend to agree that the output of the Lua version and build information should be suppressible. Perhaps it should only appear when there is no init.lua file.

It is obviously useful information, when reporting potential bugs, though.