Library setup
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
# OTALibrary
|
# BLEOTA
|
||||||
|
|
||||||
The library for the micro controller to update its software Over The Air.
|
A library for esp32 Over the Air updates using BLE.
|
||||||
20
library.json
Normal file
20
library.json
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"name": "BLEOTA",
|
||||||
|
"description": "A library for esp32 Over the Air updates using BLE",
|
||||||
|
"repository":
|
||||||
|
{
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.emaker.limited:MicrocontrollerCD/BLEOTA.git"
|
||||||
|
},
|
||||||
|
"authors":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "chopster44",
|
||||||
|
"email": "me@chopster44.com",
|
||||||
|
"maintainer": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"version": "0.0.1",
|
||||||
|
"frameworks": "arduino",
|
||||||
|
"platforms": ["espressif32"]
|
||||||
|
}
|
||||||
0
src/BLEOTA.cpp
Normal file
0
src/BLEOTA.cpp
Normal file
4
src/BLEOTA.h
Normal file
4
src/BLEOTA.h
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#ifndef BLEOTA
|
||||||
|
#define BLEOTA
|
||||||
|
|
||||||
|
#endif /* BLEOTA */
|
||||||
Reference in New Issue
Block a user