added test-framework

This commit is contained in:
2021-01-02 00:30:13 +01:00
parent fb5924cff1
commit 563a7b19a8
19 changed files with 1431 additions and 49 deletions

View 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);