ed-chemnitz / qmodbus

GNU General Public License v2.0
274 stars 126 forks source link

Fix number of coils in monitor #32

Closed mhei closed 3 years ago

mhei commented 3 years ago

The correct number is already calculated a few lines above, i.e. the response (byte) count is already divided by 2, thus there is not need to divide one more time.