mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-29 17:17:28 -04:00
Add debug_log, fix tx_bht (#1149)
This commit is contained in:
parent
3db2053c21
commit
19491ce3f7
6 changed files with 32 additions and 24 deletions
|
@ -36,19 +36,6 @@ namespace fs = std::filesystem;
|
|||
using namespace portapack;
|
||||
using namespace std::literals;
|
||||
|
||||
/*#include "log_file.hpp"
|
||||
LogFile* g_pLog = nullptr;
|
||||
static void log_it(const std::string& msg) {
|
||||
static LogFile s_log;
|
||||
if (g_pLog == nullptr) {
|
||||
delete_file("appset.txt");
|
||||
s_log.append("appset.txt");
|
||||
g_pLog = &s_log;
|
||||
}
|
||||
|
||||
g_pLog->write_entry(msg);
|
||||
}*/
|
||||
|
||||
namespace app_settings {
|
||||
|
||||
template <typename T>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue