Add GITADORA HIGH-VOLTAGE support with bugfixes.

This commit is contained in:
marika
2023-05-02 03:57:10 -03:00
parent 87f6ba2abb
commit a628fc437a
6 changed files with 54 additions and 24 deletions
+1
View File
@@ -59,6 +59,7 @@ export function register() {
R.Route(`exchain_${method}`, handler);
R.Route(`matixx_${method}`, handler);
R.Route(`nextage_${method}`, handler)
R.Route(`highvoltage_${method}`, handler)
// TODO: TB, TBRE and more older version?
};