uint32_t gb.bootloader.version()
gb.bootloader.version returns the version of the bootloader. The uppermost 16 bit are major, the next 8 bit are minor and the last 8 bit are patch.
For example: bootloader 1.0.1 is 0x00010001
none
uint32_t: version
N/A