MySensors Library & Examples
2.3.2
|
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. | |
#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.
Definition at line 23 of file ota_firmware_update_rf24.ino.