Hello,
regardint to OMA-TS-LightweightM2M-V1_0-20151030-C, in Firmware Object, resource State, values must start from 0 to 2, but in mbedClient it still from 1:
typedef enum {
Idle = 1, // Note, that in new OMA spec should be 0.
Downloading,
Downloaded
}
Hello, regardint to OMA-TS-LightweightM2M-V1_0-20151030-C, in Firmware Object, resource State, values must start from 0 to 2, but in mbedClient it still from 1: typedef enum { Idle = 1, // Note, that in new OMA spec should be 0. Downloading, Downloaded }