From 816174c5e480a55e51b552bde697a8d525e32526 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 31 Oct 2021 12:01:24 +0000 Subject: [PATCH] revert const.py --- const.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/const.py b/const.py index e177d81..c491223 100755 --- a/const.py +++ b/const.py @@ -69,10 +69,6 @@ RPTA = b'RPTA' RPTO = b'RPTO' DMRA = b'DMRA' -# Sever Data and Encrypted OBP -SVRD = b'SVRD' -EOBP = b'EOBP' - #Bridge Control commands BC = b'BC' BCKA = b'BCKA'