Search found 2 matches
- Tue Sep 24, 2024 3:55 pm
- Forum: ESP-IDF
- Topic: modbus master tcp destroy function works not correctly
- Replies: 2
- Views: 975
Re: modbus master tcp destroy function works not correctly
Similar problem on my end as well. My application involves reconfiguring the Wifi and restart the the Modbus TCP Slave init() when the correct IP address is acquired. I am trying to use mbc_slave_destroy() to stop the slave and it seems it doesn't like reconfiguring the TCP info again. Update (25 Se...
- Fri Aug 30, 2024 12:43 pm
- Forum: ESP-IDF
- Topic: Local HTTPS Server for OTA using OpenSSL Version 3.x not working
- Replies: 7
- Views: 2117
Re: Local HTTPS Server for OTA using OpenSSL Version 3.x not working
@chadpham75 @hmalpani I tried the same method for "native_ota_example". HTTPS doesn't work. I tried with the HTTP Python based-server and the example works fine. With the python dependencies, there is loop around missing ones to the point it cannot find 'common_test_methods' and it doesn't install u...