feat: BearSSL transport (RU_USE_BEARSSL) + RuApp::appUpdaterBegin wrapper (v1.3.0)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-15 19:06:58 +02:00
co-authored by Claude Opus 4.8
parent 59add9eac7
commit ed158d2f26
6 changed files with 397 additions and 11 deletions
+29 -8
View File
@@ -1,12 +1,33 @@
{
"name": "ReleaseUpdater",
"version": "1.1.0",
"description": "Self-update an ESP32 from GitHub/Gitea releases: version compare, asset selection, HTTPUpdate flashing, and an optional background service loop with idle-gate and UI/TLS hooks.",
"keywords": ["esp32", "ota", "github", "gitea", "release", "self-update"],
"authors": [{ "name": "xPablo.cz", "url": "https://git.xpablo.cz/xPablo.cz" }],
"version": "1.3.0",
"description": "Self-update an ESP32 from GitHub/Gitea releases: version compare, asset selection, HTTPUpdate flashing, and an optional background service loop with idle-gate and UI/TLS hooks. Optional RU_USE_BEARSSL transport (ESP_SSLClient, PSRAM TLS buffers) for memory-tight devices.",
"keywords": [
"esp32",
"ota",
"github",
"gitea",
"release",
"self-update"
],
"authors": [
{
"name": "xPablo.cz",
"url": "https://git.xpablo.cz/xPablo.cz"
}
],
"license": "MIT",
"frameworks": "arduino",
"platforms": ["espressif32"],
"dependencies": [{ "name": "ArduinoJson", "version": "^7.0.0" }],
"build": { "libArchive": false }
}
"platforms": [
"espressif32"
],
"dependencies": [
{
"name": "ArduinoJson",
"version": "^7.0.0"
}
],
"build": {
"libArchive": false
}
}