Corrected old port mapping! Thanks for catching that @ericr.

This commit is contained in:
Kevin Andersen 2019-07-29 17:59:16 -04:00
parent 842a8e9778
commit 4523597a04

View file

@ -97,8 +97,8 @@ const BoostPortFeedback = {
const BoostPort10000223OrOlder = { const BoostPort10000223OrOlder = {
A: 55, A: 55,
B: 56, B: 56,
C: 0, C: 1,
D: 1 D: 2
}; };
const BoostPort10000224OrNewer = { const BoostPort10000224OrNewer = {