-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathlibrary.properties
More file actions
11 lines (11 loc) · 847 Bytes
/
library.properties
File metadata and controls
11 lines (11 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
name=BLEOTA
version=1.0.6
author=gb88
maintainer=gb88 <https://github.com/gb88/BLEOTA>
sentence=Perform OTA updates on ESP32 over BLE.
paragraph=OTA firmware and filesystem updates over BLE for every ESP32 variant. On arduino-esp32 core 3.3.0+ the library uses the core's BLEDevice.h and works on every chip (BlueDroid on classic ESP32, NimBLE on S3/C3/C6/H2) without requiring NimBLE-Arduino and without link conflicts. On older cores (2.x, 3.0-3.2) the library keeps the legacy dual-backend behaviour: NimBLE-Arduino is used if installed, otherwise BlueDroid. The NimBLE-Arduino examples in examples/nimble/ are only supported on core <3.3.0. Supports sector CRC-16, zlib compression and optional RSA-2048 signature verification.
category=Communication
url=https://github.com/gb88/BLEOTA
architectures=esp32
includes=BLEOTA.h
dot_a_linkage=true