bertmelis / esp32ModbusRTU

modbus RTU client for ESP32
MIT License
70 stars 44 forks source link

Implementation of token feature #34

Closed Miq1 closed 3 years ago

Miq1 commented 3 years ago

First shot. I expect some additional commits to be necessary, since I cannot compile locally at the moment.

Miq1 commented 3 years ago

Bert, I need your help, unfortunately. As expected, the Travis cppcheck failed due to a missing semicolon in line 126 of esp32ModbusRTU.cpp. I tried to add another commit, but now am lost in the deeps of Github... It will not allow me to commit the additional change, because the branch "Token" is ahead by some changes, but I cannot pull it for some reason.

Miq1 commented 3 years ago

Trying to create another PR with amendments.