things4u / LoRa-LMIC-1.51

Port of LMIC-1.5 library tp Atmega 328 and ESP6822, including alternative AES encription library
81 stars 42 forks source link

fix compilation in case sensitive environments. #5

Closed keesj closed 8 years ago

keesj commented 8 years ago

Some file systems like the Linux ext file system are case sensitive. In such situation it it needed to use same case in the include directive as the case of the headers. This commit replaces occurrences of into

Without this commit the following error is visible:: examples/nano-lmic-v1.51-F/nano-lmic-v1.51-F.ino:36:21: fatal error: arduino.h: No such file or directory #include

compilation terminated. exit status 1

I won't take the credits for this see https://revspace.nl/LoraWanNode

platenspeler commented 8 years ago

Kees,

Dank, ik ga deze (ongezien) mergen!