Switched Kamstrup and Aidon to match the HTML in accesspoint.cpp

This commit is contained in:
Ruben Andreassen 2018-04-10 19:53:51 +02:00
parent 0a07d808b4
commit 33f3e0898c

View File

@ -168,12 +168,12 @@ void readHanPort()
case 1: // Kaifa
readHanPort_Kaifa(listSize);
break;
case 2: // Kamstrup
readHanPort_Kamstrup(listSize);
break;
case 3: // Aidon
case 2: // Aidon
readHanPort_Aidon(listSize);
break;
case 3: // Kamstrup
readHanPort_Kamstrup(listSize);
break;
default:
debugger->print("Meter type ");
debugger->print(ap.config.meterType, HEX);