log interactive commands as well

This commit is contained in:
Philippe Teuwen 2019-09-09 21:30:25 +02:00
commit e10085bfe8
4 changed files with 23 additions and 16 deletions

View file

@ -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);