icssw-org / MeshCom-Firmware

MeshCom Client 4.0
https://icssw.org/meshcom/
MIT License
13 stars 4 forks source link

fix compilation for case sensitive OSs #36

Closed OE1KHZ closed 3 months ago

OE1KHZ commented 3 months ago

Due to Windows paths not being case sensitive, compilation fails on other OSs (Linux). This PR makes compilation work on all platforms.

TL;DR: I changed the includes to the actual filenames with the right capitalisation (and this should be done in the future too to avoid compilation problems).