Adding options for returning statistics and points.

This commit is contained in:
stephb9959
2022-03-27 10:35:32 -07:00
parent 133ac369c3
commit 8afe603488
3 changed files with 6 additions and 2 deletions

View File

@@ -201,6 +201,9 @@ namespace OpenWifi {
std::ofstream of("msg"+std::to_string(f++)+".json", std::ios_base::trunc );
of << OO.str();
*/
return ReturnObject(*Answer);
}
}