From c62fbf1bd47edb3a5087437b1c4a7649bc5399f4 Mon Sep 17 00:00:00 2001 From: Wesley Ray Date: Mon, 29 Dec 2025 09:29:10 -0500 Subject: [PATCH] Remove reference to decompiled source code from README The decompiled code is not included in the repository (excluded via .gitignore). Mentioning it in the README could create legal concerns and is misleading. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 3e76b6d..7084ef5 100644 --- a/README.md +++ b/README.md @@ -72,10 +72,6 @@ Then COBS encoded before transmission. - **HOME_ASSISTANT_INTEGRATION.md** - Home Assistant integration plan - **MISSION_ACCOMPLISHED.md** - Project completion summary -### Source Code (Decompiled) -- **decompiled/** - 431 decompiled .NET assemblies (C# source) - - Key files: `DirectConnectionMyRvLinkBle.cs`, `MyRvLinkCommandType.cs`, `CobsEncoder.cs`, `Crc8.cs` - ## 💻 Usage Example ```python