I am trying to understand the concept of the TCP Client sample code on WIP version 4.00.2080 where
the following are not defined in the appli source file:
OVER_UART_PPP_SERV
OVER_UART_PPP_CLIENT
OVER_GSM_PPP_SERV
OVER_GSM_PPP_CLIENT
and inside the adlmain their existence is being asked inside if: #if defined( OVER_UART_PPP_SER)
I could not find where the application defines these values.
Is there anything that i am missing hear ?