From e30963a99000f3507e0def307546bf9b8eccca52 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 16 Dec 2019 00:42:39 +0000 Subject: [PATCH] updated coilmap --- tools/can2coil.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/can2coil.py b/tools/can2coil.py index 465bc0d..1d3a050 100755 --- a/tools/can2coil.py +++ b/tools/can2coil.py @@ -28,8 +28,10 @@ coil_map = { 'SCH': [ 0x01, 0x08 ], 'B1': [ 0x01, 0x01 ], 'B2': [ 0x01, 0x02 ], - 'ROL_EZ_DOWN': [0x03, 0x05], - 'ROL_EZ_UP': [0x03,0x04], + 'ROL_EZ_G_DOWN': [0x03, 0x05, -1], + 'ROL_EZ_G_UP': [0x03,0x04, -1], + 'ROL_EZ_N_DOWN': [0x03, 0x06, -2], + 'ROL_EZ_N_UP': [0x03,0x08, -2], 'EG1': [ 0x02, 0x09 ], 'EG2': [ 0x03, 0x09 ], 'OG': [ 0x01, 0x09 ],