UpgradeBootloader Core

Description

Methods to verify and upgrade the main bootloader.

Functions

bool btl_checkForUpgrade (void)
bool btl_applyUpgrade (void)

Function Documentation

bool btl_checkForUpgrade ( void )

Check if there is a bootloader upgrade available.

Returns
True if there is an upgrade image in the upgrade location
bool btl_applyUpgrade ( void )

Apply a bootloader upgrade.

Returns
True if the bootloader upgrade was applied successfully.