going-digital / Talkie

Speech library for Arduino
314 stars 112 forks source link

talkie.cpp includes wrong header filename #3

Open bperrybap opened 11 years ago

bperrybap commented 11 years ago

The main library .cpp file includes "Talkie.h" yet the actual filename is "talkie.h" The case of the "T" is incorrect. Because of this, the library will not compile on non windows machines. It is a simple fix. While not necessary, the directory name in the zip image probably should also be changed from "Talkie" to "talkie" just to keep everything consistent.

going-digital commented 11 years ago

Thanks, great and clear bug report. I'll fix it shortly.