We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d41bdd0 commit 5ec7ef9Copy full SHA for 5ec7ef9
src/Utils.h
@@ -7,7 +7,7 @@
7
#include "Arduino_POSIXStorage.h"
8
#include <iostream>
9
10
-#if !defined(HAS_SERIAL) && defined(HAS_RS485)
+#if !defined(HAS_SERIAL) && defined(HAS_RS485) && __has_include(<ArduinoRS485.h>)
11
#include <ArduinoRS485.h>
12
13
0 commit comments