Reduce zmodem debugging
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user