Replies: 3 comments 8 replies
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
I can confirm that setting I'm creating a library that depends on ESPAsyncWebServer , this means that every app that depends on my library has to use I don't mind what I have to do in my frugal-iot to make this work, but would rather not create a point-of-failure for users of my library. If I read the comment on the commit correctly it suggests that setting Looking at ESPAsyncWebServer's own library.json it clearly specifies that the dependencies are platform specific, so I'm not sure why PlatformIo is installing a Any suggestions for how to make my library as usable as possible appreciated. |
Beta Was this translation helpful? Give feedback.
-
OK - I will add that recommendation - I should say it is not accurate to say "that they are only considered by the compiler according to the platform.", this is ONLY true with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Platform
ESP32
IDE / Tooling
PlatformIO
What happened?
See here platformio/platformio-core#5171
Stack Trace
Minimal Reproductible Example (MRE)
Include this library inside another library with strict mode
I confirm that:
Beta Was this translation helpful? Give feedback.
All reactions