onboot feedback now sent to hardware uart
authorLogxen <logxen@hotmail.com>
Sun, 17 Feb 2013 17:52:03 +0000 (09:52 -0800)
committerLogxen <logxen@hotmail.com>
Sun, 17 Feb 2013 17:52:03 +0000 (09:52 -0800)
src/modules/utils/player/Player.cpp

index 6d84d26..eab5390 100644 (file)
@@ -128,7 +128,7 @@ void Player::cd_command( string parameters, StreamOutput* stream ){
 
 void Player::on_main_loop(void* argument){
     if( !this->booted && this->on_boot_enable ){
-        this->play_command(this->on_boot_file_name, NULL);
+        this->play_command(this->on_boot_file_name, this->kernel->serial);
         this->booted = true;
     }