Tom-evnut / TeslaBMSV2

38 stars 31 forks source link

CONFIG.H / Linux #19

Closed rfuegen closed 4 years ago

rfuegen commented 4 years ago

Linux is case sensitive. compiling TeslaBMS in arduino studio fails because of #include "config.h"

since windows is not case sensitive, it would be a nice gesture to linux users to rename CONFIG.H to config.h.

stxShadow commented 4 years ago

yes .... same here ..... have to softlink to config.h on every new checkout

Tom-evnut commented 4 years ago

changed, I was not aware of this. Also had to do it in the web interface of github otherwise it would not upload the case change.