Files
esp-mqtt/lib/include/platform.h

10 lines
128 B
C
Raw Normal View History

2018-02-16 02:40:16 +07:00
#ifndef _PLATFORM_H__
#define _PLATFORM_H__
//Support ESP32
#ifdef ESP_PLATFORM
#include "platform_esp32_idf.h"
#endif
#endif