Allow custom bootlogo

This commit is contained in:
fvanroie 2021-06-14 21:08:59 +02:00
parent ac72e2292e
commit 2845083829

View File

@ -16,7 +16,7 @@
#include "hasp_debug.h"
#ifdef HASP_CUSTOMIZE_BOOTLOGO
#include "bootlogo.h" // Sketch tab header for xbm images
#include "custom/bootlogo.h" // Sketch tab header for xbm images
#else
#include "bootscreen.h" // Sketch tab header for xbm images
#endif