Thank you for your help i got my answer in your previous post. I tried another time and find that sdkconfig and your solution work perfectly. Thank you so much.ESP_Sprite wrote: ↑Fri Apr 21, 2023 2:08 amIt depends. What ESP-IDF are you using? Are you using a particular IDE?
Search found 3 matches
- Fri Apr 28, 2023 6:36 pm
- Forum: General Discussion
- Topic: I want to change pin number of modbus master example but i can't
- Replies: 4
- Views: 1462
Re: I want to change pin number of modbus master example but i can't
- Thu Apr 20, 2023 10:53 am
- Forum: General Discussion
- Topic: I want to change pin number of modbus master example but i can't
- Replies: 4
- Views: 1462
Re: I want to change pin number of modbus master example but i can't
please explain me in brief, i am beginner in idf. i cant understand where to change in menuconfig, and how can i change menuconfig.ESP_Sprite wrote: ↑Tue Apr 18, 2023 1:13 amRun 'idf,py menuconfig' (or your IDEs equivalent) and change it in the menu system instead.
- Mon Apr 17, 2023 7:36 am
- Forum: General Discussion
- Topic: I want to change pin number of modbus master example but i can't
- Replies: 4
- Views: 1462
I want to change pin number of modbus master example but i can't
I want to change pin number of Rx and Tx pin in modbus master example. I changed it in sdkconfig.h file and then after save it. but when i build my project, all changes are reversed or pin number became as it is before i make changes. Ex. I changed my Rx pin GPIO 22 to GPIO 17 but when i build my pr...