XBee Firmware Library
1.6.0
|
Functions | |
XBEE_BEGIN_DECLS int | xbee_ota_server_cmd (const wpan_envelope_t FAR *envelope, void FAR *context) |
Cluster command to initiate firmware updates. More... | |
const char * | xbee_update_firmware_ota (const wpan_envelope_t FAR *envelope, void FAR *context) |
Application needs to provide this function as a method of receiving firmware updates over-the-air with Xmodem protocol. More... | |
Code to add an OTA Server Cluster to a device. It receives notification to start an update, and then calls back to the bootloader to receive that update.