Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus committed Jul 14, 2016
1 parent ca7a24d commit dc4af70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/man/guardian/GuardianModule.cpp
Expand Up @@ -443,6 +443,8 @@ void GuardianModule::checkBatteryLevels()
<< 100.0f * newBatteryCharge
<< " (was "<< oldLevel <<")"<< std::endl;

std:cout << "\nSUP----------------------------------------- \nSUP \nSUP \nSUP \nSUP \nSUP"

std::string batteryLevelString = "Battery charge is now at" + std::to_string(newBatteryCharge) + "percent";
man::tts::say(IN_SCRIMMAGE, batteryLevelString.c_str());

Expand Down

0 comments on commit dc4af70

Please sign in to comment.