bootloader: Add bootloader Kconfig

Allow debug level & colour highlighting to be configured
This commit is contained in:
Angus Gratton
2016-09-13 13:46:51 +10:00
parent 4598f9fc88
commit 3061ae40c0
5 changed files with 88 additions and 24 deletions

View File

@@ -276,8 +276,6 @@ void bootloader_main()
{
//Run start routine.
/*ESP32 2ND bootload start here*/
log_info( "\n" );
log_info( "**************************************" );
log_info( "* hello espressif ESP32! *" );