22 lines
438 B
JSON
22 lines
438 B
JSON
{
|
|
"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"],
|
|
"headers": ["BLEOTA.h"]
|
|
}
|