From 0293661bde84c0ccb63bad0211a4ac29f3000979 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Thu, 4 Apr 2024 01:07:11 +0200 Subject: [PATCH] Fix for Linux build --- src/hasp/hasp_attribute.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hasp/hasp_attribute.cpp b/src/hasp/hasp_attribute.cpp index 9e7205c7..9c1c61f9 100644 --- a/src/hasp/hasp_attribute.cpp +++ b/src/hasp/hasp_attribute.cpp @@ -15,9 +15,11 @@ #endif /*** Image Improvement ***/ +#if HASP_TARGET_ARDUINO #if HASP_USE_QRCODE > 0 #include "lv_qrcode.h" #endif +#endif LV_FONT_DECLARE(unscii_8_icon); extern const char** btnmatrix_default_map; // memory pointer to lvgl default btnmatrix map