bifravst / cat-tracker-fw

Cat Tracker Firmware
https://bifravst.github.io/
3 stars 3 forks source link

Device should send `dev` before `roam` #30

Closed coderbyheart closed 4 years ago

coderbyheart commented 4 years ago

I have seen cases where the device did publish the roam data, but did not publish the dev data:

{
  "reported": {
    "nrfcloud__dfu_v1__app_v": "v1.0.0",
    "roam": {
      "v": {
        "rsrp": 0,
        "area": 195,
        "mccmnc": 26201,
        "cell": 26971149,
        "ip": "100.110.228.1"
      },
      "ts": 1422748837999
    }
  }
}

This should not happen, since both dev and roam belong together. The device should first publish the dev data, then the roam data.

simensrostad commented 4 years ago

I believe this is fixed now