mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-26 12:47:18 +02:00
0.8.39
* merge Prometheus metrics fix #1310 * merge MI grid profile request #1306
This commit is contained in:
parent
8e6f511549
commit
54b9e2f3ea
1 changed files with 9 additions and 10 deletions
|
@ -351,10 +351,9 @@ class Communication : public CommQueue<> {
|
|||
// small MI or MI 1500 data responses to 0x09, 0x11, 0x36, 0x37, 0x38 and 0x39
|
||||
//mPayload[iv->id].txId = p->packet[0];
|
||||
miDataDecode(p, q);
|
||||
} else if (p->packet[0] == (0x0f + ALL_FRAMES))
|
||||
} else if (p->packet[0] == (0x0f + ALL_FRAMES)) {
|
||||
miHwDecode(p, q);
|
||||
|
||||
else if (p->packet[0] == ( 0x10 + ALL_FRAMES)) {
|
||||
} else if (p->packet[0] == ( 0x10 + ALL_FRAMES)) {
|
||||
// MI response from get Grid Profile information request
|
||||
miGPFDecode(p, q);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue