positron96 / LocoNetControlStation

An ultimate model railroading control station based on ESP32, with LocoNet, WiFi, WiThrottle, DCC
MIT License
18 stars 5 forks source link

AsyncTCP library dependency added #6

Closed lucadentella closed 3 years ago

lucadentella commented 3 years ago

Hi

I cannot compile the code without including AsyncTCP library (included in lbServer.h). Thanks

positron96 commented 3 years ago

Thanks for the PR, this is definitely a bug. I've changed the reference to a PIO's one, and pinned version so that the project does not break when library updates.