/**

  This project is just a placeholder for loading custom .bin file.

  The .bin file has to be a full application image, including the bootloader and the partition table.

  Running this project directly (by pressing the green Play button) will fail, as it doesn't contain
  a bootloader.
*/

void setup() {}
void loop() {}