Your Name il y a 1 an
Parent
commit
99a55321a0
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  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_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_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
 #endif
 
@@ -200,6 +200,10 @@ static const char *DEVICECODE = ""
 #ifdef USE_GEKKO
 			"GSX "
 #endif
+#ifdef USE_BITAXE
+                        "BAX "
+#endif
+
 #ifdef USE_HASHFAST
 			"HFA "
 #endif