Open Bonabrux opened 5 months ago
The RTS pin can be set in the config UI
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
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:
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