ThisSmartHouse / CoogleIOT

A ESP8266 Library for easy IOT device development
https://www.thissmarthouse.net/coogleiot/
Other
120 stars 29 forks source link

WifiClientPrint.h - wrong file name #2

Closed sweetagar closed 6 years ago

sweetagar commented 7 years ago

Error during compiling: CoogleIOT/src/CoogleIOTWebserver.h:29:29: fatal error: WifiClientPrint.h: No such file or directory

include "WifiClientPrint.h"

Apparently the src file name is wrong "WiFiClientPrint.h" (capital "F")

Change the filename back to "WifiClientPrint.h" would solve the issue.

coogle commented 6 years ago

Opps! Looks like I didn't catch this because in my env (Mac OS X) WifiClientPrint.h and WiFiClientPrint.h are the same file (it's case insensitive -- very annoying). Fixed the proper case and it should be available for 1.2.2