Remove GHI debug info

Is possible disable boot debug info?
I don’t want that during boot show to user any info like this:
ChipworkX
Version 4.1.6.0
Debug USB1
LCD 480x272
IP: 192.168…
MAC 00.01…
Managed heap size: 59768832
Custom heap size: 1048576

If methode for disable this on Cobra and ChipworkX is different please post code for both modules.
Thanks.

Yes possible but I do not remember the method name. It is a good idea ot go through all these to see what else is available. http://ghielectronics.com/downloads/NETMF/Library%20Documentation/Index.html

hi GUS Im already search in documentation and didn’t find it :slight_smile: What is right name for this infos?

In Configuration.LCD class

EnableLCDBootupMessages

http://www.ghielectronics.com/downloads/NETMF/Library%20Documentation/html/02f1eb59-029c-bbec-830a-e8bdfd84a1f2.htm

How Im stupid :slight_smile:
Im try:

Configuration.LCD.Configurations lcdConfig = new Configuration.LCD.Configurations();
lcdConfig.XXX

Also Im check LCD.Configurations in documentation and miss it…
Better that I go sleep for few hours and continue tomorrow :slight_smile:
Thanks for help.