esp8266 / source-code-examples

Examples of code for the ESP8266
275 stars 127 forks source link

error: unknown type name 'System_Event_t' #21

Closed Steakache closed 7 years ago

Steakache commented 7 years ago

Hi buddies, I successfully build toolchain in my raspberry. I could build "blinky" example, but I had this error for the "dweet" example : make CC user/user_main.c user/user_main.c:92:20: error: unknown type name 'System_Event_t' void wifi_callback(System_Event_t *evt ) ^ Any idea ? Thank you

Steakache commented 7 years ago

Ok I just used the last version of esp_iot_sdk (v1.2.0) and the problem is resolved