mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-15 00:12:07 +00:00
Fix to include Aidon List3
This commit is contained in:
parent
29be4453b1
commit
61603f3d73
@ -184,7 +184,7 @@ void readHanPort()
|
||||
|
||||
void readHanPort_Aidon(int listSize)
|
||||
{
|
||||
if (listSize == (int)Aidon::List1 || listSize == (int)Aidon::List2)
|
||||
if (listSize == (int)Aidon::List1 || listSize == (int)Aidon::List2 || listSize == (int)Aidon::List3)
|
||||
{
|
||||
if (listSize == (int)Aidon::List2)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user