tuanpmt / esp32-mqtt

ESP32 MQTT sample project for
https://github.com/tuanpmt/espmqtt
Apache License 2.0
176 stars 50 forks source link

Missing #includes for IDF 1.0 #4

Open jas39 opened 7 years ago

jas39 commented 7 years ago

The following includes should be added to app_main.c to compile properly in the latest IDF:

include "nvs_flash.h"

include "esp_event_loop.h"