Reduce zmodem debugging

This commit is contained in:
Deon George
2022-12-03 01:00:45 +11:00
parent 14349adeab
commit e78b5975b0
4 changed files with 14 additions and 4 deletions

View File

@@ -17,6 +17,9 @@ class Item
{
private const LOGKEY = 'I--';
// For deep debugging
protected bool $DEBUG = FALSE;
protected const IS_PKT = (1<<1);
protected const IS_ARC = (1<<2);
protected const IS_FILE = (1<<3);