@JohnRob Optiboot writes its version number at the top of memory.: the standard bootloader leaves it as FF.
Serial.println (pgm_read_byte(0x7FFF), HEX);
This prints out 8 for Optiboot and FF for the regular bootloader.
@JohnRob Optiboot writes its version number at the top of memory.: the standard bootloader leaves it as FF.
Serial.println (pgm_read_byte(0x7FFF), HEX);
This prints out 8 for Optiboot and FF for the regular bootloader.