Newt Manager (newtmgr) is the application tool that enables a user to communicate with and manage remote devices running the Mynewt OS
35
stars
77
forks
source link
nmxact: Fix image upload failure due to unsupported async method #176
Closed
nkaje closed 4 years ago
This addresses the UDP based image upload failure.
The UDP and naked sessons do not implement TxRxAsync for optimized transfer as in BLE, however, continue to support the operation by calling TxRxMgmt.
Failure signature:
Signed-off-by: Naveen Kaje naveen.kaje@juul.com