Browse Source

MI - small bugfix

pull/804/head
rejoe2 2 years ago
committed by GitHub
parent
commit
03b1eb126c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/hm/miPayload.h

2
src/hm/miPayload.h

@ -593,7 +593,7 @@ const byteAssign_t InfoAssignment[] = {
status += stschan;
}
if (status == 8000)
status == 8310; //trick?
status = 8310; //trick?
}
uint16_t prntsts = status == 3 ? 1 : status;

Loading…
Cancel
Save