The asset_tracker repo now has a file called: prj_nrf9160_pca20035ns.conf
Is this still compatible with the nRF9160 DK that is using pca10090n ?
What does the pcsNNNNNn stand for?
github.com/.../prj_nrf9160_pca20035ns.conf
The asset_tracker repo now has a file called: prj_nrf9160_pca20035ns.conf
Is this still compatible with the nRF9160 DK that is using pca10090n ?
What does the pcsNNNNNn stand for?
github.com/.../prj_nrf9160_pca20035ns.conf
Why am I asking? - Because the v1.0.0 prj.conf doesn't include the CONFIG_LTE_LOCK_BAND_MASK.
Hello,
The nRF9160_pca20035 is the board name of the Nordic Thingy:91, while pca10090 is the board name of the nRF9160 Development Kit.
CONFIG_LTE_LOCK_BAND_MASK is available in the master branch and was not available at the release of NCS v1.0.0, which is our current stable release.
Kind regards,
Øyvind
Hello,
The nRF9160_pca20035 is the board name of the Nordic Thingy:91, while pca10090 is the board name of the nRF9160 Development Kit.
CONFIG_LTE_LOCK_BAND_MASK is available in the master branch and was not available at the release of NCS v1.0.0, which is our current stable release.
Kind regards,
Øyvind
Thanks for clarifying! Make full sense now.