zivillian / esp32-modbus-gateway

ESP32 Modbus RTU/TCP Gateway
GNU General Public License v3.0
135 stars 57 forks source link

Culpability with max chips where flow control pin is required? #26

Open Bonabrux opened 5 months ago

Bonabrux commented 5 months ago

Hello, Thanks for your great work. Would it be possible to adapt this code somehow to make it compatible with max chips where we need the third pin for flow_control?

Thanks

zivillian commented 5 months ago

The RTS pin can be set in the config UI grafik

Bonabrux commented 5 months ago

I'm getting now exactly the same compilation error as the github platform on https://github.com/zivillian/esp32-modbus-gateway/actions/runs/9275275741/job/25519578175

image

Bonabrux commented 5 months ago

extra info, editing line 3368 on Wifimanager.cpp changing _debugPort.printf("[MEM] free: %5lu | max: %5u | frag: %3u%% \n", free, max, frag); to _debugPort.printf("[MEM] free: %5u | max: %5u | frag: %3u%% \n", free, max, frag);

fixed the compilation error: image