Skip to content

Commit af0f573

Browse files
committed
fix platformio lib_deps flipping out on resolving
1 parent b47ecf6 commit af0f573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArduinoYaml.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ extern "C" {
4545
#define HAS_ARDUINOJSON
4646
#endif
4747

48-
#if !defined HAS_ARDUINOJSON && __has_include(<Arduino.h>)
48+
#if !defined HAS_ARDUINOJSON && __has_include(<ArduinoJson.h>)
4949
// esp32 __has_include() macro works outside the sketch folder, so it's possible to guess
5050
#define HAS_ARDUINOJSON
5151
#endif

0 commit comments

Comments
 (0)