2
ePaper-ESP-IDF/components/fota/CMakeLists.txt
Normal file
2
ePaper-ESP-IDF/components/fota/CMakeLists.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
idf_component_register(SRCS "fota.c"
|
||||
INCLUDE_DIRS ".")
|
7
ePaper-ESP-IDF/components/fota/fota.c
Normal file
7
ePaper-ESP-IDF/components/fota/fota.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include "fota.h"
|
||||
|
||||
void func(void)
|
||||
{
|
||||
|
||||
}
|
1
ePaper-ESP-IDF/components/fota/fota.h
Normal file
1
ePaper-ESP-IDF/components/fota/fota.h
Normal file
@@ -0,0 +1 @@
|
||||
void func(void);
|
1
ePaper-ESP-IDF/components/fota/version.http
Normal file
1
ePaper-ESP-IDF/components/fota/version.http
Normal file
@@ -0,0 +1 @@
|
||||
GET https://tide-display-backend-7liffr6oqq-ew.a.run.app/v1/versions
|
Reference in New Issue
Block a user