From d44d57a7aa6595413fad631058aee51eb0b53a79 Mon Sep 17 00:00:00 2001 From: Andrey Date: Fri, 4 Sep 2026 19:17:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D1=82=D1=8C=20=D0=BB?= =?UTF-8?q?=D0=B8=D1=88=D0=BD=D1=8E=D1=8E=20=D1=81=D1=82=D1=80=D0=BE=D0=BA?= =?UTF-8?q?=D1=83=20=D0=B2=20Legacy=20CAN=20API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python/protocan/legacycan.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/protocan/legacycan.py b/python/protocan/legacycan.py index 2c3b405..070c13a 100644 --- a/python/protocan/legacycan.py +++ b/python/protocan/legacycan.py @@ -224,4 +224,3 @@ PROJECTS = ( _project("Янтарь", ((0,0,1,"УКСС БВ"),(1,1,2,"УКСС БИ1"),(2,2,3,"УКСС БИ2"),(3,3,4,"БКСС ГД"),(4,4,5,"УКСВЭП"),(5,5,6,"Задатчик"),(6,6,7,"Выносной пульт")), base_id=0x00213000), _project("23550 БСУ", ((0,0,0,"БСУ1"),(1,1,1,"БСУ2")), base_id=0x0CEB0F1, offset=-0x10, commands=("-",) * 16 + ("Nothing at all",)), ) -