From e791442dcaa8a97079e1ed52ffc687898df26b6d Mon Sep 17 00:00:00 2001 From: Johboh Date: Mon, 12 Aug 2024 16:21:29 +0200 Subject: [PATCH] Remove EspNowNetwork - EspNowNetwork used to be a "fat" library, which was built and published as individual libraries to ESP IDF component registry and Platform IO registry using github actions. This, however, is not compatible with Arduino library registry, as each github repo need to be its own library. The EspNowNetwork has now been replaced with four individual repositories instead: - https://github.com/Johboh/EspNowNetworkHost - https://github.com/Johboh/EspNowNetworkHostDriver - https://github.com/Johboh/EspNowNetworkNode - https://github.com/Johboh/EspNowNetworkShared All of which are already registered in this registry. --- repositories.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/repositories.txt b/repositories.txt index 15398909..5b0331df 100644 --- a/repositories.txt +++ b/repositories.txt @@ -3051,7 +3051,6 @@ https://github.com/joeycastillo/OSO_Arduino_LCD https://github.com/JoeyStrandnes/Arduino-Toggl-API https://github.com/JoeyStrandnes/NST1001_Arduino-Driver https://github.com/Johboh/ConnectionHelper -https://github.com/Johboh/EspNowNetwork https://github.com/Johboh/EspNowNetworkHost https://github.com/Johboh/EspNowNetworkHostDriver https://github.com/Johboh/EspNowNetworkNode