chaeplin / PietteTech_DHT-8266

DHT Sensor Library for esp8266
Other
39 stars 9 forks source link

Cannot compile in Windows #27

Closed eos1d3 closed 8 years ago

eos1d3 commented 8 years ago

The library cannot be compiled in Windows with warning of a file cannot be created during compilation.

It is caused by name=PietteTech_DHT/esp8266 in library.properties. "/" is illegal character in Windows.

Removing this character solves the problem.

chaeplin commented 8 years ago

Thank you. '/' is changed to '-'.