lasselukkari / aWOT

Arduino web server library.
MIT License
292 stars 42 forks source link

Update `include` for local search path #16

Closed rngtng closed 6 years ago

rngtng commented 6 years ago

Just a lite change to make the lib usage more flexiable:

By using #include ".." instead of #include <..> the local search path is respected as well, which allows the lib to be used in a local project folder too.

rngtng commented 6 years ago

btw. good a explanation on the difference I found here: http://www.deviceplus.com/how-tos/arduino-guide/arduino-preprocessor-directives-tutorial/

lasselukkari commented 6 years ago

Thanks!