ESP32-Mesh-OTA/components/mesh_ota/include/mesh_ota.h

13 lines
166 B
C

#include <string.h>
#include "esp_system.h"
#include "esp_event.h"
#include "esp_log.h"
bool bNewerVersion(const char* pu8Local, const char* pu8Remote);