mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-05 12:11:39 +02:00
MI - small bugfix
This commit is contained in:
parent
c1e7128846
commit
03b1eb126c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue