arduinoWebSockets icon indicating copy to clipboard operation
arduinoWebSockets copied to clipboard

add ldf mode to build with platformio

Open fabianoriccardi opened this issue 3 years ago • 2 comments

Actually the library will compile only with "chain" mode if you include manually "WiFi.h" in your source. This should solve the problem, without altering the default plaformio.ini of library's users.

fabianoriccardi avatar Apr 22 '21 12:04 fabianoriccardi

I ended up forking the repo to make this modification to the library.json file since I'm using chain+ for ldf mode: https://github.com/lemonkey/arduinoWebSockets/blob/master/library.json

My project is based on the esp32 (arduino framework).

lemonkey avatar Oct 14 '22 03:10 lemonkey

This PR would also fix the build problem for my project, would be nice if it could be merged.

mgeramb avatar Mar 24 '24 20:03 mgeramb