dummy highvoltage support(not work)

This commit is contained in:
DitFranXX
2021-04-26 19:51:44 +09:00
parent 79311d686c
commit 75b6cd9464
4 changed files with 9 additions and 3 deletions
+1
View File
@@ -31,6 +31,7 @@ export function register() {
R.Route(`exchain_${method}`, handler);
R.Route(`matixx_${method}`, handler);
R.Route(`nextage_${method}`, handler)
R.Route(`highvoltage_${method}`, handler) // Prediction
// TODO: TB, TBRE and more older version?
};