hello-nrfcloud / firmware

Firmware for devices connecting to nRF Cloud for the out-of-box experience
Other
3 stars 6 forks source link

app: Fix Kconfig warnings #191

Closed balaji-nordic closed 3 months ago

balaji-nordic commented 3 months ago

The following KConfig options were removed from prj.conf.

CONFIG_AT_HOST_STACK_SIZE: Setting this was ignored because AT_HOST is not set. CONFIG_NRF_MODEM_LIB_ON_FAULT_APPLICATION_SPECIFIC: This was also ignored because we are using NRF_MODEM_LIB_NET_IF. The net if will handle any modem faults.