We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47ecf6 commit af0f573Copy full SHA for af0f573
src/ArduinoYaml.hpp
@@ -45,7 +45,7 @@ extern "C" {
45
#define HAS_ARDUINOJSON
46
#endif
47
48
-#if !defined HAS_ARDUINOJSON && __has_include(<Arduino.h>)
+#if !defined HAS_ARDUINOJSON && __has_include(<ArduinoJson.h>)
49
// esp32 __has_include() macro works outside the sketch folder, so it's possible to guess
50
51
0 commit comments