Tool/software: TI-RTOS
I want to configure both Wi-Fi and Ethernet in my board. I would prefer to use Ethernet when it is connected, else I will use the Wi-FI. How can I configure both at the same time in TI-RTOS.
I enabled both these in .cng file but this does not work as second line overwrite the first one.
Http.networkStack = Http.SimpleLink;
Http.networkStack = Http.NDK;
How can this issue be resolved?