bertmelis / esp32ModbusRTU

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

New receive #41

Open Miq1 opened 4 years ago

Miq1 commented 4 years ago

The new receive mechanism and the rawRequest are working okay for me since a day now. The commits I applied in the last 24 hours were only cosmetics ;)

Please note: this PR is built on top of the previous "Token" PR.

Miq1 commented 4 years ago

Whoa!

This took me a while. I completely missed the examples and Test sections, plus I do definitely disagree with some of cpplint's rules. A good thing was cppcheck mentioning I was using a lazy delete where it should have been a delete[].

Anyway, done.