Search found 1 match
- Fri Dec 02, 2022 3:12 am
- Forum: ESP-IDF 中文讨论版
- Topic: esp32 modbus tcp slave中的get_example_netif() 函数在那里??
- Replies: 2
- Views: 2038
esp32 modbus tcp slave中的get_example_netif() 函数在那里??
我将modbus tcp slave中的 result = example_connect(); 替换了标准的wifi 驱动。 之后配合modbus tcp slave 例子编译时找不到 comm_info->ip_netif_ptr = (void*)get_example_netif(); 这个函数, 我查找了这是在例子中的。请问在标准的驱动包中如何实现这个get_example_netif(); 的功能。