caco3 commented on issue #15: URL: https://github.com/apache/mynewt-mcumgr-cli/issues/15#issuecomment-674798308
> > > I am having this issue as well. I am using nrf52dk_nrf52832 with the built-in BLE on a mac book pro. I am using mcumgr installed from `go get github.com/apache/mynewt-mcumgr-cli/mcumgr` (https://github.com/apache/mynewt-mcumgr). It appears to be behind the 0.1.0 latest release. > > ``` > user@host ~ % mcumgr version > mcumgr 0.0.0-dev > ``` Version `0.0.0-dev` is hard coded: https://github.com/apache/mynewt-mcumgr-cli/blob/master/mcumgr/mcumgr.go#L65 Not sure why @sjanc Tagged it with `0.1.0` in https://github.com/apache/mynewt-mcumgr/releases/tag/mcumgr_0_1_0_tag I guess he forgot to updated the hardcoded value. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
