Switch to full style
Understanding the language, error messages, etc.
Post a reply

Differences : .ino.with_bootloader.hex

Tue Feb 07, 2017 10:18 pm

Hello,
i can't find an explication :
what is the difference between theses 2 compiled files :

    mygame.ino.with_bootloader.hex
    mygame.ino.hex

thanks

Re: Differences : .ino.with_bootloader.hex

Tue Feb 07, 2017 10:47 pm

My guess that with_bootloader also appended the bootloader binary to the end. You will just need the .ino.hex one.
Post a reply