diff --git a/src/hasplib.h b/src/hasplib.h index 3bed9382..d4b578ad 100644 --- a/src/hasplib.h +++ b/src/hasplib.h @@ -64,9 +64,11 @@ #include "lv_sjpg.h" #endif +#if HASP_TARGET_ARDUINO #if HASP_USE_QRCODE > 0 #include "lv_qrcode.h" #endif +#endif #if defined(HASP_USE_CUSTOM) #include "custom/my_custom.h"