You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On those boards that have a built-in display (and even those that don't, when a display has been connected but then the board restarts) there are several lines of text shown in the terminal before there's an opportunity to turn off the display in boot.py. For some projects, having this display eliminated would result in a much more usable project.
My current project is a kids' toy, based on an ESP32S3-TFT feather. Having that text displayed wouldn't be a good thing in this situation
A suggestion was made in discord to have a setting in settings.toml to control whether or not the default terminal display would be shown. This would be a very good & clean solution as far as I can tell.