From d31d651de55797c298a4808ee19f00a57bce604c Mon Sep 17 00:00:00 2001 From: PianetaRadio <78976006+PianetaRadio@users.noreply.github.com> Date: Thu, 15 Dec 2022 18:24:55 +0100 Subject: [PATCH] Update rotlist.h Add Elevation rotator with Control box responding to azimuth logic --- include/hamlib/rotlist.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/hamlib/rotlist.h b/include/hamlib/rotlist.h index 744c716ca..62d64ffe4 100644 --- a/include/hamlib/rotlist.h +++ b/include/hamlib/rotlist.h @@ -557,6 +557,7 @@ #define ROT_MODEL_PROSISTEL_D_AZ ROT_MAKE_MODEL(ROT_PROSISTEL, 1) #define ROT_MODEL_PROSISTEL_D_EL ROT_MAKE_MODEL(ROT_PROSISTEL, 2) #define ROT_MODEL_PROSISTEL_COMBI_TRACK_AZEL ROT_MAKE_MODEL(ROT_PROSISTEL, 3) +#define ROT_MODEL_PROSISTEL_D_EL_CBOXAZ ROT_MAKE_MODEL(ROT_PROSISTEL, 4) /**