Your Name 1 year ago
parent
commit
99a55321a0
1 changed files with 5 additions and 1 deletions
  1. 5 1
      api.c

+ 5 - 1
api.c

@@ -32,7 +32,7 @@
 	defined(USE_MINION) || defined(USE_COINTERRA) || defined(USE_BITMINE_A1) || \
 	defined(USE_MINION) || defined(USE_COINTERRA) || defined(USE_BITMINE_A1) || \
 	defined(USE_ANT_S1) || defined(USE_ANT_S2) || defined(USE_ANT_S3) || defined(USE_SP10) || \
 	defined(USE_ANT_S1) || defined(USE_ANT_S2) || defined(USE_ANT_S3) || defined(USE_SP10) || \
 	defined(USE_SP30) || defined(USE_ICARUS) || defined(USE_HASHRATIO) || defined(USE_AVALON_MINER) || \
 	defined(USE_SP30) || defined(USE_ICARUS) || defined(USE_HASHRATIO) || defined(USE_AVALON_MINER) || \
-	defined(USE_AVALON7) || defined(USE_AVALON8) || defined(USE_AVALON9) || defined(USE_AVALONLC3) || defined(USE_BITMAIN_SOC) || defined(USE_GEKKO)
+	defined(USE_AVALON7) || defined(USE_AVALON8) || defined(USE_AVALON9) || defined(USE_AVALONLC3) || defined(USE_BITMAIN_SOC) || defined(USE_GEKKO) || defined(USE_BITAXE)
 #define HAVE_AN_ASIC 1
 #define HAVE_AN_ASIC 1
 #endif
 #endif
 
 
@@ -200,6 +200,10 @@ static const char *DEVICECODE = ""
 #ifdef USE_GEKKO
 #ifdef USE_GEKKO
 			"GSX "
 			"GSX "
 #endif
 #endif
+#ifdef USE_BITAXE
+                        "BAX "
+#endif
+
 #ifdef USE_HASHFAST
 #ifdef USE_HASHFAST
 			"HFA "
 			"HFA "
 #endif
 #endif