MySensors Library & Examples  2.3.2
Macros
+ Collaboration diagram for Over The Air firmware:

Detailed Description

These options control OTA firmware configurations.

Macros

#define MY_OTA_FIRMWARE_FEATURE
 Define this in sketch to allow safe over-the-air firmware updates. More...
 
#define MY_OTA_FLASH_SS   (8)
 Slave select pin for external flash used for OTA.
 
#define MY_OTA_FLASH_JDECID   (0x1F65)
 Flash JDECID used for OTA. Use (0x00) if unknown.
 
#define MY_DISABLE_REMOTE_RESET
 Disables over-the-air reset of node.
 

Macro Definition Documentation

◆ MY_OTA_FIRMWARE_FEATURE

#define MY_OTA_FIRMWARE_FEATURE

Define this in sketch to allow safe over-the-air firmware updates.

This feature requires external flash and the DualOptiBoot boot-loader.

Note
You can still have OTA FW updates without external flash but it requires the MYSBootloader and you must not define this flag.

Definition at line 23 of file ota_firmware_update_rf24.ino.