0neblock / Arduino_SNMP

SNMP Agent built with Arduino
MIT License
77 stars 30 forks source link

Compiling on Linux #9

Closed johnwilson1969 closed 4 years ago

johnwilson1969 commented 5 years ago

To compile on Linux, I had to change the line:

include to #include

I guess it works on Windows because since Windows isn't case sensitive.

0neblock commented 4 years ago

Thanks, Not sure why this would happen, I was developing on OS X (which is case sensitive) and didn't have this issue.