mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2024-11-21 23:45:17 -05:00
Update web_tables.py
Add "NetstringReceiver.MAX_LENGTH = 500000" to solve problems with size frames send from HBlink to HBmonitor reports
This commit is contained in:
parent
a35bcc3c03
commit
2cf800281f
@ -53,6 +53,9 @@ from dmr_utils.utils import int_id, get_alias, try_download, mk_full_id_dict, he
|
||||
# Configuration variables and constants
|
||||
from config import *
|
||||
|
||||
# SP2ONG - Increase the value if HBlink link break occurs
|
||||
#NetstringReceiver.MAX_LENGTH = 500000
|
||||
|
||||
# Opcodes for reporting protocol to HBlink
|
||||
OPCODE = {
|
||||
'CONFIG_REQ': '\x00',
|
||||
|
Loading…
Reference in New Issue
Block a user