From cfbb3c6d2caf700da70907ea40c35608e67cbc9b Mon Sep 17 00:00:00 2001 From: ALEX Date: Mon, 15 Dec 2025 23:14:04 +0700 Subject: [PATCH] ESP32-OTA-Client (#7419) A lightweight OTA (Over-The-Air) update library for ESP32 with JSON API support. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 821d6119..a3733814 100644 --- a/repositories.txt +++ b/repositories.txt @@ -8739,3 +8739,4 @@ https://github.com/torrey-xyz/solduino https://github.com/crane-elec/WFAN920 https://github.com/stm32duino/ST25R500 https://github.com/stm32duino/X-NUCLEO-NFC12A1 +https://github.com/LEKPCSTEAM/ESP32-OTA-Client