log interactive commands as well
This commit is contained in:
@@ -22,7 +22,9 @@
|
||||
#endif
|
||||
|
||||
uint8_t g_debugMode;
|
||||
bool g_disableLogging;
|
||||
uint8_t g_printAndLog;
|
||||
#define PRINTANDLOG_PRINT 1
|
||||
#define PRINTANDLOG_LOG 2
|
||||
|
||||
int kbd_enter_pressed(void);
|
||||
void AddLogLine(const char *fn, const char *data, const char *c);
|
||||
|
||||
Reference in New Issue
Block a user