Closed alexelite closed 4 years ago
Hello,
At the moment the CDUnitID in ESP firmware is set to char, but the number of charger units has increased over 255 so byte type is not good anymore.
const byte CDUnitID = 0; => const int CDUnitID = 0;
Also, thank you for sharing this project. Alex
Hello,
At the moment the CDUnitID in ESP firmware is set to char, but the number of charger units has increased over 255 so byte type is not good anymore.
const byte CDUnitID = 0; => const int CDUnitID = 0;
Also, thank you for sharing this project. Alex