morrissinger / ESP8266-Websocket

A websocket library for the ESP-8266.
305 stars 119 forks source link

UINT4 does not name a type #10

Open mripv6 opened 8 years ago

mripv6 commented 8 years ago

This error shows up and I'm not sure how to fix it:

/libraries/ESP8266-Websocket-master/MD5.h:25:3: error: 'UINT4' does not name a type UINT4 state[4]; /* state (ABCD) */ ^