Hi ,
1.How do I port the NCS V1.8.0 asset_tracker example to NCS V1.9.0
2.The customer code was developed in asset_tracker and failed to port to NCS V1.9.0
Thank you for all your assistance.
Kind regards,
Peter.Min
Hello Peter,
You have to check your build configuration. It seems like "CONFIG_CORTEX_M_SYSTICK" is set. Apart from this, we do not have any dedicated porting guides. But we have a changelog in this release document: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/releases/release-notes-1.9.0.html
Best Regards,
Kazi Afroza Sultana
Hi Kazi Afroza Sultana,
By my comparison,There is at_cmd.c and at_notif.c on NCS V1.8.0 but not at_cmd.c and at_notif on NCS V1.9.0
So what do I do with the at_cmd.c and at_notif function on NCS V1.9.0?
Thank you for all your assistance.
Kind regards,
Peter.Min
Hello,
at socket interface has been replaced with a at api https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfxlib/nrf_modem/doc/CHANGELOG.html#nrf-modem-1-5-0 .
Best Regards,
Kazi Afroza Sultana