Closed eos1d3 closed 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.
name=PietteTech_DHT/esp8266
Removing this character solves the problem.
Thank you. '/' is changed to '-'.
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.