Disable startup info
-
When the Pycom starts it prints out its firmware version etc like so:
Initializing filesystem as FatFS! Pycom MicroPython 1.20.0.rc13 [v1.9.4-94bb382] on 2019-08-22; WiPy with ESP32 Type "help()" for more information.
Is there any way to disable this?
Thanks,
Troy
-
@troy-salt you have to change the source code. File ..../pycom-micropython-sigfox/lib/utils/pyexec.c, lines 422 ff.
-
Any info on this? It would be quite helpful in rolling out my product so my customers won't see unnecessary information / expose vulnerabilities of my hardware to them.