From caa09c0005dfe509252ce2a281cc37cad979fa54 Mon Sep 17 00:00:00 2001 From: gregvp Date: Wed, 20 Aug 2025 10:55:14 +1200 Subject: [PATCH] Add SendOnlySerial library (#6802) Low RAM and flash memory library for debugging and logging over serial, instead of using Serial. Saves SRAM and flash memory for boards based on ATmega328P. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 759514c7..fc9ac83f 100644 --- a/repositories.txt +++ b/repositories.txt @@ -8304,4 +8304,5 @@ https://github.com/salesiopark/Chaino.git https://github.com/jaikulk14/DataLinkSerial https://github.com/tomorrow56/ESPNowAutoPairing https://github.com/yohanna02/ESPComm +https://github.com/gvp-257/SendOnlySerial https://github.com/CuiYao631/HomeSpan-zh