From 41a7e87cf100c2530e45209a5bbd2cbe9a48c54d Mon Sep 17 00:00:00 2001 From: Rui Monteiro Date: Fri, 23 May 2025 13:26:07 +0100 Subject: [PATCH] A lightweight library based on JSON and Network Sockets for Arduino communication and control based configured by a Manifesto. (#6332) * Add JsonTalkie library * Add JsonTalkie * Add JsonTalkie library --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index b6bbd9a7..5a277365 100644 --- a/repositories.txt +++ b/repositories.txt @@ -8055,3 +8055,4 @@ https://github.com/tesla-jedi/PersistentJsonEEPROM https://bitbucket.org/jamesneko/lazy-serial https://github.com/Uiop3385/CommandHandler https://github.com/peto-3210/ModbusRTU +https://github.com/ruiseixasm/JsonTalkie