I wanted to get Simple MQTT example and followed Case ID: 222137
I followed Martin Lesund's suggestion to get the latest updates in the master branch to nrf. I am using Windows 10 and MINGW64:c/nRF91/ncs
I encountered two problems. My first problem is :
Since I made some changes in Kconfig and gps_sim.c files, I got the following messages when I updated to master branch; please see lines 1887 to 1890 in the attached file.
error: Your local changes to the following files would be overwritten by checkout: lib/gps_sim/Kconfig lib/gps_sim/gps_sim.c Please commit your changes or stash them before you switch branches. Aborting |
After I completed the master branch updates, I lost the ncs/nrf/lib/gps_sim folder completely
Without the gps_sim folder, can I still run asset_tracker and lte_ble_gateway samples?
Did I mess up somethings? Please advise.