Some changes during testing

This commit is contained in:
Gunnar Skjold
2020-03-24 21:19:09 +01:00
parent 8c75a9530e
commit d9b45d037b
4 changed files with 88 additions and 93 deletions

View File

@@ -49,10 +49,11 @@ private:
void debugPrint(byte *buffer, int start, int length);
void printD(String fmt, ...);
void printI(String fmt, ...);
void printW(String fmt, ...);
void printE(String fmt, ...);
void printD(String fmt, int arg=0);
void printI(String fmt, int arg=0);
void printW(String fmt, int arg=0);
void printW(String fmt, const char* arg);
void printE(String fmt, int arg=0);
};