We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce77189 + 54c42a2 commit a3c65d5Copy full SHA for a3c65d5
ArduinoVBusDecoder.ino
@@ -731,10 +731,10 @@ char sync1 = 0xAA;
731
Septet = Buffer[F + FSeptet];
732
InjectSeptet(Buffer, F, 4);
733
734
- PumpSpeed1 = (Buffer[F] );
735
- PumpSpeed2 = (Buffer[F + 1]);
736
- //ErrorMask = Buffer[F + 2]; This is the notification
737
- Scheme = Buffer[F + 3];
+ Relay1 = (Buffer[F] );
+ Relay2 = (Buffer[F + 1]);
+ ErrorMask = Buffer[F + 2]; //This is the notification
+ Scheme = Buffer[F + 3];
738
739
//******************* Frame 4 *******************
740
F = FOffset + FLength * 3;
0 commit comments