Closed shura-2 closed 1 year ago
Hello checkHex already has 0x10 in it which is 16 dec if (currentNo < 0x10) This is one of the problems I fixed from the dwin version. Are you using my version?
Looking back this was fixed by commit 5a924d8 on the 7th July. If you are using an old version you should upgrade.
ошибка в функции
String DWIN::checkHex(byte currentNo){
}
Вместо if (currentNo < 10){ должно быть if (currentNo < 16){
В противном случае
void onHMIEvent(String address, int lastByte, String message, String response)
response вместо 0А выдает А