From ad10d352b47928b887a388f2e14cd8d66a2f1f27 Mon Sep 17 00:00:00 2001 From: Andrea Gilardoni Date: Tue, 19 May 2026 09:38:27 +0200 Subject: [PATCH] se05x: added library stub definition with this definition we can instruct the user to use the library present in the library manager, since the one present in the core is removed --- libraries/stubs/SE05X.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libraries/stubs/SE05X.h diff --git a/libraries/stubs/SE05X.h b/libraries/stubs/SE05X.h new file mode 100644 index 000000000..90e901e1e --- /dev/null +++ b/libraries/stubs/SE05X.h @@ -0,0 +1,7 @@ +/* + Copyright (C) Arduino s.r.l. and/or its affiliated companies + SPDX-License-Identifier: MPL-2.0 +*/ + +// SE05X library has been moved to https://github.com/arduino-libraries/Arduino_SE05X +#error "Please install Arduino_SE05X from Library Manager"