added test-framework
This commit is contained in:
12
components/mesh_ota/include/mesh_ota.h
Normal file
12
components/mesh_ota/include/mesh_ota.h
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
|
||||
#include <string.h>
|
||||
#include "esp_system.h"
|
||||
#include "esp_event.h"
|
||||
#include "esp_log.h"
|
||||
|
||||
|
||||
|
||||
|
||||
bool bNewerVersion(const char* pu8Local, const char* pu8Remote);
|
Reference in New Issue
Block a user